SYMBOL INDEX (6611 symbols across 309 files) FILE: bin/client/assets/Script/Encoding.js function inRange (line 27) | function inRange(a, min, max) { function div (line 36) | function div(n, d) { function ToDictionary (line 44) | function ToDictionary(o) { function stringToCodePoints (line 54) | function stringToCodePoints(string) { function codePointsToString (line 137) | function codePointsToString(code_points) { function Stream (line 175) | function Stream(tokens) { function decoderError (line 251) | function decoderError(fatal, opt_code_point) { function encoderError (line 261) | function encoderError(code_point) { function Decoder (line 266) | function Decoder() {} function Encoder (line 279) | function Encoder() {} function getEncoding (line 298) | function getEncoding(label) { function indexCodePointFor (line 802) | function indexCodePointFor(pointer, index) { function indexPointerFor (line 813) | function indexPointerFor(code_point, index) { function index (line 822) | function index(name) { function indexGB18030RangesCodePointFor (line 835) | function indexGB18030RangesCodePointFor(pointer) { function indexGB18030RangesPointerFor (line 869) | function indexGB18030RangesPointerFor(code_point) { function indexShiftJISPointerFor (line 898) | function indexShiftJISPointerFor(code_point) { function indexBig5PointerFor (line 914) | function indexBig5PointerFor(code_point) { function TextDecoder (line 946) | function TextDecoder(encoding, options) { function TextEncoder (line 1076) | function TextEncoder(encoding, options) { function UTF8Decoder (line 1172) | function UTF8Decoder(options) { function UTF8Encoder (line 1313) | function UTF8Encoder(options) { function SingleByteDecoder (line 1390) | function SingleByteDecoder(index, options) { function SingleByteEncoder (line 1429) | function SingleByteEncoder(index, options) { function GB18030Decoder (line 1508) | function GB18030Decoder(options) { function GB18030Encoder (line 1664) | function GB18030Encoder(options, gbk_flag) { function Big5Decoder (line 1764) | function Big5Decoder(options) { function Big5Encoder (line 1862) | function Big5Encoder(options) { function EUCJPDecoder (line 1926) | function EUCJPDecoder(options) { function EUCJPEncoder (line 2028) | function EUCJPEncoder(options) { function ISO2022JPDecoder (line 2097) | function ISO2022JPDecoder(options) { function ISO2022JPEncoder (line 2404) | function ISO2022JPEncoder(options) { function ShiftJISDecoder (line 2535) | function ShiftJISDecoder(options) { function ShiftJISEncoder (line 2633) | function ShiftJISEncoder(options) { function EUCKRDecoder (line 2714) | function EUCKRDecoder(options) { function EUCKREncoder (line 2791) | function EUCKREncoder(options) { function convertCodeUnitToBytes (line 2852) | function convertCodeUnitToBytes(code_unit, utf16be) { function UTF16Decoder (line 2873) | function UTF16Decoder(utf16_be, options) { function UTF16Encoder (line 2966) | function UTF16Encoder(utf16_be, options) { function XUserDefinedDecoder (line 3026) | function XUserDefinedDecoder(options) { function XUserDefinedEncoder (line 3055) | function XUserDefinedEncoder(options) { FILE: bin/client/creator.d.ts type DebugMode (line 1863) | enum DebugMode { class audioEngine (line 1880) | class audioEngine { class AnimationClip (line 2082) | class AnimationClip extends Asset { class AnimationState (line 2112) | class AnimationState extends AnimationNode { class Playable (line 2125) | class Playable { type WrapMode (line 2156) | enum WrapMode { class AnimationNodeBase (line 2167) | class AnimationNodeBase extends Playable { class Action (line 2201) | class Action { class FiniteTimeAction (line 2245) | class FiniteTimeAction extends Action { class ActionEase (line 2272) | class ActionEase extends ActionInterval { class EaseRateAction (line 2276) | class EaseRateAction extends ActionEase { class EaseElastic (line 2280) | class EaseElastic extends ActionEase { class EaseBounce (line 2284) | class EaseBounce extends ActionEase { class ActionInstant (line 2288) | class ActionInstant extends FiniteTimeAction { class ActionInterval (line 2303) | class ActionInterval extends FiniteTimeAction { class MotionStreak (line 2336) | class MotionStreak extends Component { class ActionManager (line 2384) | class ActionManager { class Director (line 2532) | class Director { class Game (line 2715) | class Game { class Node (line 2847) | class Node extends _BaseNode { class Scene (line 3085) | class Scene extends _BaseNode { class Scheduler (line 3104) | class Scheduler { class ParticleSystem (line 3380) | class ParticleSystem extends cc._RendererUnderSG { class TiledLayer (line 3576) | class TiledLayer extends _SGComponent { class TiledMap (line 3845) | class TiledMap extends Component { class NodePool (line 4024) | class NodePool { class pool (line 4063) | class pool { class Asset (line 4111) | class Asset extends RawAsset { class AudioClip (line 4134) | class AudioClip extends RawAsset { class BitmapFont (line 4139) | class BitmapFont extends RawAsset { class Font (line 4144) | class Font extends RawAsset { class Prefab (line 4149) | class Prefab extends Asset { class RawAsset (line 4161) | class RawAsset extends CCObject { class SceneAsset (line 4173) | class SceneAsset extends Asset { class _Script (line 4178) | class _Script extends Asset { class _JavaScript (line 4183) | class _JavaScript extends Asset { class CoffeeScript (line 4188) | class CoffeeScript extends Asset { class SpriteAtlas (line 4193) | class SpriteAtlas extends RawAsset { class TTFFont (line 4207) | class TTFFont extends Asset { class TextAsset (line 4212) | class TextAsset extends Asset { class BoxCollider (line 4217) | class BoxCollider extends Component { class CircleCollider (line 4227) | class CircleCollider extends Component { class Collider (line 4237) | class Collider extends Component { class CollisionManager (line 4247) | class CollisionManager { class Intersection (line 4263) | class Intersection { class PolygonCollider (line 4333) | class PolygonCollider extends Component { class Animation (line 4343) | class Animation extends CCComponent { class AudioSource (line 4436) | class AudioSource extends Component { class Button (line 4515) | class Button extends Component { class Canvas (line 4571) | class Canvas extends Component { class Component (line 4594) | class Component extends Object { class EditBox (line 4805) | class EditBox extends _RendererUnderSG { class Label (line 4861) | class Label extends _RendererUnderSG { class LabelOutline (line 4892) | class LabelOutline extends Component { class Layout (line 4902) | class Layout extends Component { class Mask (line 4940) | class Mask extends _RendererInSG { class ProgressBar (line 4947) | class ProgressBar extends Component { class _RendererInSG (line 4966) | class _RendererInSG extends _SGComponent { class _RendererUnderSG (line 4969) | class _RendererUnderSG extends _SGComponent { class _SGComponent (line 4976) | class _SGComponent extends Component { class Scrollbar (line 4981) | class Scrollbar extends Component { class ScrollView (line 5005) | class ScrollView extends Component { class Sprite (line 5220) | class Sprite extends _RendererUnderSG { class SpriteDistortion (line 5361) | class SpriteDistortion extends Component { class VideoPlayer (line 5371) | class VideoPlayer extends _RendererUnderSG { class Widget (line 5399) | class Widget extends Component { class EventTarget (line 5507) | class EventTarget { class Event (line 5600) | class Event { class EventListener (line 5697) | class EventListener { class eventManager (line 5769) | class eventManager { class Touch (line 5861) | class Touch { class loader (line 5908) | class loader extends Pipeline { class LoadingItems (line 6085) | class LoadingItems extends CallbacksInvoker { class Pipeline (line 6165) | class Pipeline { class _ComponentAttributes (line 6323) | class _ComponentAttributes { class inputManager (line 6349) | class inputManager { type KEY (line 6394) | enum KEY { type ImageFormat (line 6498) | enum ImageFormat { type Macro (line 6513) | enum Macro { class Object (line 6619) | class Object { class Flags (line 6646) | class Flags { class screen (line 6656) | class screen { class sys (line 6674) | class sys { class View (line 6814) | class View { class ContainerStrategy (line 6987) | class ContainerStrategy { class ContentStrategy (line 7002) | class ContentStrategy { class EqualToFrame (line 7018) | class EqualToFrame extends ContainerStrategy { class ProportionalToFrame (line 7021) | class ProportionalToFrame extends ContainerStrategy { class EqualToWindow (line 7024) | class EqualToWindow extends EqualToFrame { class ProportionalToWindow (line 7027) | class ProportionalToWindow extends ProportionalToFrame { class OriginalContainer (line 7030) | class OriginalContainer extends ContainerStrategy { class ResolutionPolicy (line 7034) | class ResolutionPolicy { class visibleRect (line 7085) | class visibleRect { class _CallbacksHandler (line 7114) | class _CallbacksHandler { class CallbacksInvoker (line 7134) | class CallbacksInvoker extends _CallbacksHandler { class Details (line 7149) | class Details { class url (line 7171) | class url { class SpriteFrame (line 7200) | class SpriteFrame extends Asset { class Texture2D (line 7300) | class Texture2D extends RawAsset { class TextureAtlas (line 7383) | class TextureAtlas { class textureCache (line 7519) | class textureCache { class _BaseNode (line 7629) | class _BaseNode extends Object { class AffineTransform (line 8360) | class AffineTransform { class Color (line 8460) | class Color extends ValueType { class Rect (line 8700) | class Rect extends ValueType { class Size (line 8869) | class Size { class Acceleration (line 8964) | class Acceleration { class BlendFunc (line 8972) | class BlendFunc { type BlendFactor (line 8986) | enum BlendFactor { class WebGLColor (line 9000) | class WebGLColor { class Vertex2F (line 9008) | class Vertex2F { class Vertex3F (line 9015) | class Vertex3F { class Tex2F (line 9023) | class Tex2F { class Quad2 (line 9031) | class Quad2 { class Quad3 (line 9039) | class Quad3 { class V3F_C4B_T2F (line 9045) | class V3F_C4B_T2F { class V3F_C4B_T2F_Quad (line 9053) | class V3F_C4B_T2F_Quad { class V2F_C4B_T2F (line 9061) | class V2F_C4B_T2F { class V2F_C4B_T2F_Triangle (line 9069) | class V2F_C4B_T2F_Triangle { class ValueType (line 9077) | class ValueType { class Vec2 (line 9104) | class Vec2 extends ValueType { type EventType (line 9442) | enum EventType { type EmitterMode (line 9463) | enum EmitterMode { type PositionType (line 9476) | enum PositionType { type Orientation (line 9490) | enum Orientation { type Transition (line 9515) | enum Transition { class EventHandler (line 9535) | class EventHandler { type KeyboardReturnType (line 9572) | enum KeyboardReturnType { type InputMode (line 9588) | enum InputMode { type InputFlag (line 9606) | enum InputFlag { type Overflow (line 9622) | enum Overflow { type Type (line 9637) | enum Type { type Type (line 9651) | enum Type { type ResizeMode (line 9666) | enum ResizeMode { type AxisDirection (line 9680) | enum AxisDirection { type VerticalDirection (line 9693) | enum VerticalDirection { type HorizontalDirection (line 9706) | enum HorizontalDirection { type Type (line 9719) | enum Type { type Mode (line 9734) | enum Mode { type Direction (line 9747) | enum Direction { type EventType (line 9760) | enum EventType { type SpriteType (line 9781) | enum SpriteType { type FillType (line 9796) | enum FillType { type SizeMode (line 9810) | enum SizeMode { type ResourceType (line 9824) | enum ResourceType { class EventCustom (line 9837) | class EventCustom extends Event { class EventMouse (line 9869) | class EventMouse extends Event { class EventTouch (line 9941) | class EventTouch extends Event { class EventAcceleration (line 10009) | class EventAcceleration extends Event { class EventKeyboard (line 10025) | class EventKeyboard extends Event { class Downloader (line 10047) | class Downloader { class Loader (line 10081) | class Loader { type WrapMode (line 10107) | enum WrapMode { type TextAlignment (line 10121) | enum TextAlignment { type VerticalTextAlignment (line 10135) | enum VerticalTextAlignment { class Skeleton (line 10168) | class Skeleton extends cc._RendererUnderSG { class SkeletonData (line 10329) | class SkeletonData extends cc.Asset { type AnimationEventType (line 10352) | enum AnimationEventType { class array (line 10437) | class array { FILE: src/github.com/davecgh/go-spew/spew/bypass.go constant UnsafeDisabled (line 30) | UnsafeDisabled = false constant ptrSize (line 33) | ptrSize = unsafe.Sizeof((*byte)(nil)) function init (line 65) | func init() { function unsafeReflectValue (line 121) | func unsafeReflectValue(v reflect.Value) (rv reflect.Value) { FILE: src/github.com/davecgh/go-spew/spew/bypasssafe.go constant UnsafeDisabled (line 27) | UnsafeDisabled = true function unsafeReflectValue (line 35) | func unsafeReflectValue(v reflect.Value) reflect.Value { FILE: src/github.com/davecgh/go-spew/spew/common.go function catchPanic (line 72) | func catchPanic(w io.Writer, v reflect.Value) { function handleMethods (line 85) | func handleMethods(cs *ConfigState, w io.Writer, v reflect.Value) (handl... function printBool (line 144) | func printBool(w io.Writer, val bool) { function printInt (line 153) | func printInt(w io.Writer, val int64, base int) { function printUint (line 158) | func printUint(w io.Writer, val uint64, base int) { function printFloat (line 164) | func printFloat(w io.Writer, val float64, precision int) { function printComplex (line 170) | func printComplex(w io.Writer, c complex128, floatPrecision int) { function printHexPtr (line 185) | func printHexPtr(w io.Writer, p uintptr) { type valuesSorter (line 219) | type valuesSorter struct method Len (line 279) | func (s *valuesSorter) Len() int { method Swap (line 285) | func (s *valuesSorter) Swap(i, j int) { method Less (line 326) | func (s *valuesSorter) Less(i, j int) bool { function newValuesSorter (line 228) | func newValuesSorter(values []reflect.Value, cs *ConfigState) sort.Inter... function canSortSimply (line 256) | func canSortSimply(kind reflect.Kind) bool { function valueSortLess (line 295) | func valueSortLess(a, b reflect.Value) bool { function sortValues (line 336) | func sortValues(values []reflect.Value, cs *ConfigState) { FILE: src/github.com/davecgh/go-spew/spew/config.go type ConfigState (line 37) | type ConfigState struct method Errorf (line 106) | func (c *ConfigState) Errorf(format string, a ...interface{}) (err err... method Fprint (line 118) | func (c *ConfigState) Fprint(w io.Writer, a ...interface{}) (n int, er... method Fprintf (line 130) | func (c *ConfigState) Fprintf(w io.Writer, format string, a ...interfa... method Fprintln (line 141) | func (c *ConfigState) Fprintln(w io.Writer, a ...interface{}) (n int, ... method Print (line 153) | func (c *ConfigState) Print(a ...interface{}) (n int, err error) { method Printf (line 165) | func (c *ConfigState) Printf(format string, a ...interface{}) (n int, ... method Println (line 177) | func (c *ConfigState) Println(a ...interface{}) (n int, err error) { method Sprint (line 188) | func (c *ConfigState) Sprint(a ...interface{}) string { method Sprintf (line 199) | func (c *ConfigState) Sprintf(format string, a ...interface{}) string { method Sprintln (line 210) | func (c *ConfigState) Sprintln(a ...interface{}) string { method NewFormatter (line 231) | func (c *ConfigState) NewFormatter(v interface{}) fmt.Formatter { method Fdump (line 237) | func (c *ConfigState) Fdump(w io.Writer, a ...interface{}) { method Dump (line 264) | func (c *ConfigState) Dump(a ...interface{}) { method Sdump (line 270) | func (c *ConfigState) Sdump(a ...interface{}) string { method convertArgs (line 279) | func (c *ConfigState) convertArgs(args []interface{}) (formatters []in... function NewDefaultConfig (line 295) | func NewDefaultConfig() *ConfigState { FILE: src/github.com/davecgh/go-spew/spew/dump.go type dumpState (line 51) | type dumpState struct method indent (line 62) | func (d *dumpState) indent() { method unpackValue (line 73) | func (d *dumpState) unpackValue(v reflect.Value) reflect.Value { method dumpPtr (line 81) | func (d *dumpState) dumpPtr(v reflect.Value) { method dumpSlice (line 161) | func (d *dumpState) dumpSlice(v reflect.Value) { method dump (line 251) | func (d *dumpState) dump(v reflect.Value) { function fdump (line 453) | func fdump(cs *ConfigState, w io.Writer, a ...interface{}) { function Fdump (line 472) | func Fdump(w io.Writer, a ...interface{}) { function Sdump (line 478) | func Sdump(a ...interface{}) string { function Dump (line 507) | func Dump(a ...interface{}) { FILE: src/github.com/davecgh/go-spew/spew/format.go constant supportedFlags (line 28) | supportedFlags = "0-+# " type formatState (line 34) | type formatState struct method buildDefaultFormat (line 47) | func (f *formatState) buildDefaultFormat() (format string) { method constructOrigFormat (line 65) | func (f *formatState) constructOrigFormat(verb rune) (format string) { method unpackValue (line 94) | func (f *formatState) unpackValue(v reflect.Value) reflect.Value { method formatPtr (line 105) | func (f *formatState) formatPtr(v reflect.Value) { method format (line 201) | func (f *formatState) format(v reflect.Value) { method Format (line 371) | func (f *formatState) Format(fs fmt.State, verb rune) { function newFormatter (line 394) | func newFormatter(cs *ConfigState, v interface{}) fmt.Formatter { function NewFormatter (line 417) | func NewFormatter(v interface{}) fmt.Formatter { FILE: src/github.com/davecgh/go-spew/spew/spew.go function Errorf (line 32) | func Errorf(format string, a ...interface{}) (err error) { function Fprint (line 44) | func Fprint(w io.Writer, a ...interface{}) (n int, err error) { function Fprintf (line 56) | func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err e... function Fprintln (line 67) | func Fprintln(w io.Writer, a ...interface{}) (n int, err error) { function Print (line 79) | func Print(a ...interface{}) (n int, err error) { function Printf (line 91) | func Printf(format string, a ...interface{}) (n int, err error) { function Println (line 103) | func Println(a ...interface{}) (n int, err error) { function Sprint (line 114) | func Sprint(a ...interface{}) string { function Sprintf (line 125) | func Sprintf(format string, a ...interface{}) string { function Sprintln (line 136) | func Sprintln(a ...interface{}) string { function convertArgs (line 142) | func convertArgs(args []interface{}) (formatters []interface{}) { FILE: src/github.com/dolotech/leaf/chanrpc/chanrpc.go type Server (line 11) | type Server struct method Register (line 52) | func (s *Server) Register(id interface{}, f interface{}) { method ret (line 66) | func (s *Server) ret(ci *CallInfo, ri *RetInfo) (err error) { method Exec (line 78) | func (s *Server) Exec(ci *CallInfo) { method Go (line 93) | func (s *Server) Go(id interface{}, args ...interface{}) { method Call0 (line 108) | func (s *Server) Call0(id interface{}, args ...interface{}) error { method Call1 (line 113) | func (s *Server) Call1(id interface{}, args ...interface{}) (interface... method CallN (line 118) | func (s *Server) CallN(id interface{}, args ...interface{}) ([]interfa... method Close (line 122) | func (s *Server) Close() { method Open (line 133) | func (s *Server) Open(l int) *Client { type CallInfo (line 16) | type CallInfo struct type RetInfo (line 23) | type RetInfo struct type Client (line 29) | type Client struct method Attach (line 146) | func (c *Client) Attach(s *Server) { method call (line 150) | func (c *Client) call(ci *CallInfo, block bool) (err error) { method f (line 169) | func (c *Client) f(id interface{}, n int) (*reflect.Value, error) { method Call0 (line 180) | func (c *Client) Call0(id interface{}, args ...interface{}) error { method Call1 (line 199) | func (c *Client) Call1(id interface{}, args ...interface{}) (interface... method CallN (line 217) | func (c *Client) CallN(id interface{}, args ...interface{}) ([]interfa... method asynCall (line 236) | func (c *Client) asynCall(id interface{}, args []interface{}, cb inter... method AsynCall (line 254) | func (c *Client) AsynCall(id interface{}, _args ...interface{}) { method Cb (line 301) | func (c *Client) Cb(ri *RetInfo) { method Close (line 306) | func (c *Client) Close() { method Idle (line 312) | func (c *Client) Idle() bool { function NewServer (line 36) | func NewServer(l int) *Server { function assert (line 43) | func assert(i interface{}) []interface{} { function NewClient (line 139) | func NewClient(l int) *Client { function execCb (line 284) | func execCb(ri *RetInfo) { FILE: src/github.com/dolotech/leaf/chanrpc/example_test.go function TestClient_AsynCall (line 8) | func TestClient_AsynCall(t *testing.T) { FILE: src/github.com/dolotech/leaf/gate/agent.go type Agent (line 7) | type Agent interface FILE: src/github.com/dolotech/leaf/gate/gate.go type Gate (line 12) | type Gate struct method Run (line 31) | func (gate *Gate) Run(closeSig chan bool) { method OnDestroy (line 84) | func (gate *Gate) OnDestroy() {} type agent (line 86) | type agent struct method Run (line 92) | func (a *agent) Run() { method OnClose (line 115) | func (a *agent) OnClose() { method WriteMsg (line 124) | func (a *agent) WriteMsg(msg interface{}) { method LocalAddr (line 138) | func (a *agent) LocalAddr() net.Addr { method RemoteAddr (line 142) | func (a *agent) RemoteAddr() net.Addr { method Close (line 146) | func (a *agent) Close() { method Destroy (line 150) | func (a *agent) Destroy() { method UserData (line 154) | func (a *agent) UserData() interface{} { method SetUserData (line 158) | func (a *agent) SetUserData(data interface{}) { FILE: src/github.com/dolotech/leaf/leaf.go function Run (line 10) | func Run(mods ...module.Module) { FILE: src/github.com/dolotech/leaf/module/go_test.go function TestSkeleton_Go (line 8) | func TestSkeleton_Go(t *testing.T) { FILE: src/github.com/dolotech/leaf/module/module.go type Module (line 8) | type Module interface type module (line 14) | type module struct function Register (line 22) | func Register(mi Module) { function Init (line 30) | func Init() { function Destroy (line 42) | func Destroy() { function run (line 51) | func run(m *module) { function destroy (line 57) | func destroy(m *module) { FILE: src/github.com/dolotech/leaf/module/skeleton.go type Skeleton (line 11) | type Skeleton struct method Init (line 24) | func (s *Skeleton) Init() { method Run (line 47) | func (s *Skeleton) Run(closeSig chan bool) { method AfterFunc (line 74) | func (s *Skeleton) AfterFunc(d time.Duration, cb func()) *timer.Timer { method CronFunc (line 82) | func (s *Skeleton) CronFunc(cronExpr *timer.CronExpr, cb func()) *time... method AsynCall (line 110) | func (s *Skeleton) AsynCall(server *chanrpc.Server, id interface{}, ar... method RegisterChanRPC (line 119) | func (s *Skeleton) RegisterChanRPC(id interface{}, f interface{}) { FILE: src/github.com/dolotech/leaf/network/agent.go type Agent (line 3) | type Agent interface FILE: src/github.com/dolotech/leaf/network/conn.go type Conn (line 7) | type Conn interface FILE: src/github.com/dolotech/leaf/network/json/json.go type Processor (line 12) | type Processor struct method Register (line 37) | func (p *Processor) Register(msg interface{}) string { method SetRouter (line 57) | func (p *Processor) SetRouter(msg interface{}, msgRouter *chanrpc.Serv... method SetHandler (line 72) | func (p *Processor) SetHandler(msg interface{}, msgHandler interface{}) { method SetRawHandler (line 88) | func (p *Processor) SetRawHandler(msgID string, msgRawHandler MsgHandl... method Route (line 98) | func (p *Processor) Route(msg, userData interface{}) error { method Unmarshal (line 133) | func (p *Processor) Unmarshal(data []byte) (interface{}, error) { method Marshal (line 167) | func (p *Processor) Marshal(msg interface{}) ([][]byte, error) { type MsgInfo (line 16) | type MsgInfo struct type MsgHandler (line 23) | type MsgHandler type MsgRaw (line 25) | type MsgRaw struct function NewProcessor (line 30) | func NewProcessor() *Processor { FILE: src/github.com/dolotech/leaf/network/processor.go type Processor (line 3) | type Processor interface FILE: src/github.com/dolotech/leaf/network/protobuf/protobuf.go type Processor (line 17) | type Processor struct method SetByteOrder (line 45) | func (p *Processor) SetByteOrder(littleEndian bool) { method Register (line 50) | func (p *Processor) Register(msg interface{}) uint16 { method SetRouter (line 71) | func (p *Processor) SetRouter(msg interface{}, msgRouter *chanrpc.Ser... method SetHandler (line 82) | func (p *Processor) SetHandler(msg , msgHandler interface{}) { method SetRawHandler (line 93) | func (p *Processor) SetRawHandler(id uint16, msgRawHandler MsgHandler) { method Route (line 102) | func (p *Processor) Route(msg , userData interface{}) error { method Unmarshal (line 133) | func (p *Processor) Unmarshal(data []byte) (interface{}, error) { method Marshal (line 160) | func (p *Processor) Marshal(msg interface{}) ([][]byte, error) { method Range (line 183) | func (p *Processor) Range(f func(id uint16, t reflect.Type)) { type MsgInfo (line 23) | type MsgInfo struct type MsgHandler (line 30) | type MsgHandler type MsgRaw (line 32) | type MsgRaw struct function NewProcessor (line 37) | func NewProcessor() *Processor { FILE: src/github.com/dolotech/leaf/network/tcp_client.go type TCPClient (line 10) | type TCPClient struct method Start (line 30) | func (client *TCPClient) Start() { method init (line 39) | func (client *TCPClient) init() { method dial (line 72) | func (client *TCPClient) dial() net.Conn { method connect (line 85) | func (client *TCPClient) connect() { method Close (line 120) | func (client *TCPClient) Close() { FILE: src/github.com/dolotech/leaf/network/tcp_conn.go type ConnSet (line 9) | type ConnSet type TCPConn (line 11) | type TCPConn struct method doDestroy (line 46) | func (tcpConn *TCPConn) doDestroy() { method Destroy (line 56) | func (tcpConn *TCPConn) Destroy() { method Close (line 63) | func (tcpConn *TCPConn) Close() { method doWrite (line 74) | func (tcpConn *TCPConn) doWrite(b []byte) { method Write (line 85) | func (tcpConn *TCPConn) Write(b []byte) { method Read (line 95) | func (tcpConn *TCPConn) Read(b []byte) (int, error) { method LocalAddr (line 99) | func (tcpConn *TCPConn) LocalAddr() net.Addr { method RemoteAddr (line 103) | func (tcpConn *TCPConn) RemoteAddr() net.Addr { method ReadMsg (line 107) | func (tcpConn *TCPConn) ReadMsg() ([]byte, error) { method WriteMsg (line 111) | func (tcpConn *TCPConn) WriteMsg(args ...[]byte) error { function newTCPConn (line 19) | func newTCPConn(conn net.Conn, pendingWriteNum int, msgParser *MsgParser... FILE: src/github.com/dolotech/leaf/network/tcp_msg.go type MsgParser (line 13) | type MsgParser struct method SetMsgLen (line 31) | func (p *MsgParser) SetMsgLen(lenMsgLen int, minMsgLen uint32, maxMsgL... method SetByteOrder (line 60) | func (p *MsgParser) SetByteOrder(littleEndian bool) { method Read (line 65) | func (p *MsgParser) Read(conn *TCPConn) ([]byte, error) { method Write (line 110) | func (p *MsgParser) Write(conn *TCPConn, args ...[]byte) error { function NewMsgParser (line 20) | func NewMsgParser() *MsgParser { FILE: src/github.com/dolotech/leaf/network/tcp_server.go type TCPServer (line 10) | type TCPServer struct method Start (line 29) | func (server *TCPServer) Start() { method init (line 34) | func (server *TCPServer) init() { method run (line 62) | func (server *TCPServer) run() { method Close (line 116) | func (server *TCPServer) Close() { FILE: src/github.com/dolotech/leaf/network/ws_client.go type WSClient (line 10) | type WSClient struct method Start (line 26) | func (client *WSClient) Start() { method init (line 35) | func (client *WSClient) init() { method dial (line 73) | func (client *WSClient) dial() *websocket.Conn { method connect (line 86) | func (client *WSClient) connect() { method Close (line 122) | func (client *WSClient) Close() { FILE: src/github.com/dolotech/leaf/network/ws_conn.go type WebsocketConnSet (line 11) | type WebsocketConnSet type WSConn (line 13) | type WSConn struct method doDestroy (line 48) | func (wsConn *WSConn) doDestroy() { method Destroy (line 58) | func (wsConn *WSConn) Destroy() { method Close (line 65) | func (wsConn *WSConn) Close() { method doWrite (line 76) | func (wsConn *WSConn) doWrite(b []byte) { method LocalAddr (line 86) | func (wsConn *WSConn) LocalAddr() net.Addr { method RemoteAddr (line 90) | func (wsConn *WSConn) RemoteAddr() net.Addr { method ReadMsg (line 95) | func (wsConn *WSConn) ReadMsg() ([]byte, error) { method WriteMsg (line 101) | func (wsConn *WSConn) WriteMsg(args ...[]byte) error { function newWSConn (line 21) | func newWSConn(conn *websocket.Conn, pendingWriteNum int, maxMsgLen uint... FILE: src/github.com/dolotech/leaf/network/ws_server.go type WSServer (line 13) | type WSServer struct method Start (line 79) | func (server *WSServer) Start() { method Close (line 143) | func (server *WSServer) Close() { type WSHandler (line 26) | type WSHandler struct method ServeHTTP (line 37) | func (handler *WSHandler) ServeHTTP(w http.ResponseWriter, r *http.Req... FILE: src/github.com/dolotech/leaf/room/interface.go type IOccupant (line 3) | type IOccupant interface type ICreator (line 7) | type ICreator interface type IRoom (line 10) | type IRoom interface FILE: src/github.com/dolotech/leaf/room/msg_loop.go type MsgLoop (line 12) | type MsgLoop struct method Closed (line 30) | func (r *MsgLoop) Closed() chan struct{} { method msgLoop (line 33) | func (r *MsgLoop) msgLoop() { method Close (line 51) | func (r *MsgLoop) Close(m IRoom) { method Send (line 63) | func (r *MsgLoop) Send(o IOccupant, m interface{}) error { function NewMsgLoop (line 19) | func NewMsgLoop() *MsgLoop { type msgObj (line 58) | type msgObj struct type Log (line 73) | type Log struct method Info (line 81) | func (r *Log) Info(args ...interface{}) { method Infof (line 85) | func (r *Log) Infof(format string, args ...interface{}) { method Error (line 89) | func (r *Log) Error(args ...interface{}) { method Debug (line 92) | func (r *Log) Debug(args ...interface{}) { method Debugf (line 99) | func (r *Log) Debugf(format string, args ...interface{}) { method Errorf (line 105) | func (r *Log) Errorf(format string, args ...interface{}) { method parseLog (line 109) | func (r *Log) parseLog(args ...interface{}) []interface{} { function NewLog (line 77) | func NewLog(room IRoom) *Log { FILE: src/github.com/dolotech/leaf/room/room_list.go function OnMessage (line 12) | func OnMessage(m interface{}, a gate.Agent) { function init (line 30) | func init() { function Init (line 36) | func Init(h ICreator) { type roomlist (line 40) | type roomlist struct method createNumber (line 78) | func (this *roomlist) createNumber() string { function FindRoom (line 45) | func FindRoom() IRoom { function GetRoom (line 56) | func GetRoom(rid string) IRoom { function SetRoom (line 63) | func SetRoom(room IRoom) string { function DelRoom (line 72) | func DelRoom(room IRoom) { function Each (line 90) | func Each(f func(o IRoom) bool) { function GetRooms (line 99) | func GetRooms() []IRoom { FILE: src/github.com/dolotech/leaf/timer/cronexpr.go type CronExpr (line 20) | type CronExpr struct method matchDay (line 174) | func (e *CronExpr) matchDay(t time.Time) bool { method Next (line 190) | func (e *CronExpr) Next(t time.Time) time.Time { function NewCronExpr (line 30) | func NewCronExpr(expr string) (cronExpr *CronExpr, err error) { function parseCronField (line 85) | func parseCronField(field string, min int, max int) (cronField uint64, e... FILE: src/github.com/dolotech/leaf/timer/example_test.go function TestTimer (line 8) | func TestTimer(t *testing.T) { function TestNewCronExpr (line 29) | func TestNewCronExpr(t *testing.T) { function TestDispatcher_CronFunc (line 45) | func TestDispatcher_CronFunc(t *testing.T) { FILE: src/github.com/dolotech/leaf/timer/timer.go type Dispatcher (line 11) | type Dispatcher struct method AfterFunc (line 51) | func (disp *Dispatcher) AfterFunc(d time.Duration, cb func()) *Timer { method CronFunc (line 71) | func (disp *Dispatcher) CronFunc(cronExpr *CronExpr, _cb func()) *Cron { function NewDispatcher (line 15) | func NewDispatcher(l int) *Dispatcher { type Timer (line 22) | type Timer struct method Stop (line 27) | func (t *Timer) Stop() { method Cb (line 32) | func (t *Timer) Cb() { type Cron (line 61) | type Cron struct method Stop (line 65) | func (c *Cron) Stop() { FILE: src/github.com/dolotech/leaf/version.go constant version (line 3) | version = "1.1.2" FILE: src/github.com/dolotech/lib/csv/bench_test.go function loadData (line 20) | func loadData() []byte { type Price (line 40) | type Price struct function BenchmarkUnmarshal (line 48) | func BenchmarkUnmarshal(b *testing.B) { FILE: src/github.com/dolotech/lib/csv/cfield.go type decoderFn (line 16) | type decoderFn type cfield (line 19) | type cfield struct method assignUnmarshaller (line 36) | func (cf *cfield) assignUnmarshaller(code int) { method unmarshalPointer (line 44) | func (cf *cfield) unmarshalPointer(cell *reflect.Value, row *Row) error { method unmarshalValue (line 52) | func (cf *cfield) unmarshalValue(cell *reflect.Value, row *Row) error { method assignDecoder (line 59) | func (cf *cfield) assignDecoder() { method decodeBool (line 78) | func (cf *cfield) decodeBool(cell *reflect.Value, row *Row) error { method decodeUint32 (line 99) | func (cf *cfield) decodeUint32(cell *reflect.Value, row *Row) error { method decodeInt (line 110) | func (cf *cfield) decodeInt(cell *reflect.Value, row *Row) error { method decodeString (line 122) | func (cf *cfield) decodeString(cell *reflect.Value, row *Row) error { method decodeFloat (line 129) | func (cf *cfield) decodeFloat(bit int) decoderFn { method ignoreValue (line 145) | func (cf *cfield) ignoreValue(cell *reflect.Value, row *Row) error { method unassignedDecoder (line 151) | func (cf *cfield) unassignedDecoder(cell *reflect.Value, row *Row) err... function newCfield (line 25) | func newCfield(index int, sf *reflect.StructField) cfield { FILE: src/github.com/dolotech/lib/csv/csv.go function fieldHeaderName (line 18) | func fieldHeaderName(f reflect.StructField) (string, bool) { FILE: src/github.com/dolotech/lib/csv/csv_test.go type simple (line 16) | type simple struct function TestHeader (line 24) | func TestHeader(t *testing.T) { function TestHeaders (line 52) | func TestHeaders(t *testing.T) { FILE: src/github.com/dolotech/lib/csv/decode.go type Row (line 19) | type Row struct method At (line 25) | func (r *Row) At(i int) string { method Named (line 30) | func (r *Row) Named(n string) (string, error) { type decoder (line 40) | type decoder struct method unmarshal (line 83) | func (dec *decoder) unmarshal() error { method newRow (line 105) | func (dec *decoder) newRow(raw []string) *Row { method mapFieldsToCols (line 157) | func (dec *decoder) mapFieldsToCols(cols []string) { method set (line 238) | func (dec *decoder) set(row *Row, el *reflect.Value) error { type Unmarshaler (line 49) | type Unmarshaler interface function Unmarshal (line 66) | func Unmarshal(doc []byte, v interface{}) error { function checkForSlice (line 113) | func checkForSlice(v interface{}) (reflect.Value, error) { constant impsVal (line 131) | impsVal int = 1 constant impsPtr (line 134) | impsPtr int = 2 function impsUnmarshaller (line 138) | func impsUnmarshaller(et reflect.Type, i interface{}) (int, error) { function exportedFields (line 190) | func exportedFields(t reflect.Type) []*reflect.StructField { function newDecoder (line 214) | func newDecoder(doc []byte, rv reflect.Value) (*decoder, error) { FILE: src/github.com/dolotech/lib/csv/decode_test.go type Q (line 15) | type Q struct function TestUnmarshal (line 25) | func TestUnmarshal(t *testing.T) { function TestMarshalErrors (line 61) | func TestMarshalErrors(t *testing.T) { function TestExportedFields (line 80) | func TestExportedFields(t *testing.T) { type T (line 98) | type T struct function TestMapFields (line 105) | func TestMapFields(t *testing.T) { type Um (line 127) | type Um struct method UnmarshalCSV (line 135) | func (u *Um) UnmarshalCSV(val string, row *Row) error { type U (line 131) | type U struct function TestCustomUnMarshaller (line 141) | func TestCustomUnMarshaller(t *testing.T) { FILE: src/github.com/dolotech/lib/csv/encode.go type Marshaler (line 20) | type Marshaler interface type encoder (line 24) | type encoder struct method encodeAll (line 105) | func (enc *encoder) encodeAll(data reflect.Value) error { method encodeRow (line 125) | func (enc *encoder) encodeRow(v reflect.Value) ([]string, error) { method encodeCol (line 147) | func (enc *encoder) encodeCol(fv reflect.Value, st reflect.StructTag) ... function Marshal (line 45) | func Marshal(i interface{}) ([]byte, error) { function newEncoder (line 75) | func newEncoder(el reflect.Value) (*encoder, error) { function colNames (line 90) | func colNames(t reflect.Type) (out []string) { function encodeFloat (line 174) | func encodeFloat(bits int, f reflect.Value) string { function encodeBool (line 178) | func encodeBool(b bool, st reflect.StructTag) string { function encodeInterface (line 188) | func encodeInterface(fv reflect.Value, st reflect.StructTag) string { FILE: src/github.com/dolotech/lib/csv/encode_test.go type X (line 15) | type X struct type P (line 19) | type P struct method MarshalCSV (line 24) | func (p P) MarshalCSV() ([]byte, error) { function TestMarshal_without_a_slice (line 28) | func TestMarshal_without_a_slice(t *testing.T) { function TestEncodeFieldValue (line 36) | func TestEncodeFieldValue(t *testing.T) { FILE: src/github.com/dolotech/lib/csv/example_marshal_test.go function ExampleMarshal (line 15) | func ExampleMarshal() { FILE: src/github.com/dolotech/lib/csv/example_test.go type Person (line 15) | type Person struct type Address (line 22) | type Address struct method UnmarshalCSV (line 27) | func (a *Address) UnmarshalCSV(val string, row *Row) error { function ExampleUnmarshal (line 37) | func ExampleUnmarshal() { FILE: src/github.com/dolotech/lib/db/client.go type Client (line 15) | type Client struct method Engine (line 70) | func (cl *Client) Engine() *xorm.Engine { method Close (line 75) | func (cl *Client) Close() error { method ShowSQL (line 90) | func (cl *Client) ShowSQL(show bool) { method NewSession (line 95) | func (cl *Client) NewSession() *xorm.Session { method GetNextSerial (line 100) | func (cl *Client) GetNextSerial(serialbean SerialInteractor) (int, err... method SimpleValue (line 111) | func (cl *Client) SimpleValue(sql string) (string, error) { method SimpleIntValue (line 124) | func (cl *Client) SimpleIntValue(sql string) (int, error) { method Insert (line 137) | func (cl *Client) Insert(bean interface{}, omitColumns ...string) (int... method Get (line 142) | func (cl *Client) Get(bean interface{}) (bool, error) { method WhereGet (line 148) | func (cl *Client) WhereGet(bean interface{}, querystring string, args ... method WhereFind (line 153) | func (cl *Client) WhereFind(bean interface{}, querystring string, args... method Update (line 158) | func (cl *Client) Update(id int, bean interface{}, omitClumns ...strin... method Delete (line 171) | func (cl *Client) Delete(bean interface{}) error { method Where (line 188) | func (cl *Client) Where(beans interface{}, querystring string, args ..... method In (line 193) | func (cl *Client) In(beans interface{}, querystring string, args ...in... method SQL (line 198) | func (cl *Client) SQL(beans interface{}, querystring string, args ...i... method QueryValue (line 203) | func (cl *Client) QueryValue(sqlstr string) ([]map[string][]byte, erro... method CreateTables (line 209) | func (cl *Client) CreateTables(beans ...interface{}) error { method Sync (line 214) | func (cl *Client) Sync(beans ...interface{}) error { function Init (line 24) | func Init(url string) error{ function C (line 33) | func C() *Client { function NewClient (line 38) | func NewClient(driver, connstr string) (*Client, error) { type SerialInteractor (line 85) | type SerialInteractor interface FILE: src/github.com/dolotech/lib/db/client_test.go constant UCDBURL (line 11) | UCDBURL = "postgres://postgres:postgres@192.168.1.240:3021/postgres?sslm... function Test_NewClient (line 13) | func Test_NewClient(t *testing.T) { function Test_Insert (line 24) | func Test_Insert(t *testing.T) { FILE: src/github.com/dolotech/lib/filter/filter.go function LoadDicFiles (line 18) | func LoadDicFiles(dicFiles []string) { //load serveral dictionary file t... function buildDicFileTrie (line 26) | func buildDicFileTrie() { //when server start-up the trie will be built ... type Seps (line 50) | type Seps method Len (line 52) | func (s Seps) Len() int { method Swap (line 55) | func (s Seps) Swap(i, j int) { method Less (line 58) | func (s Seps) Less(i, j int) bool { function FindSepC (line 62) | func FindSepC(seps Seps, charactor rune) bool { function FilterText (line 68) | func FilterText(dicFile string, text []rune, seps Seps, rep rune) { function IsInValid (line 121) | func IsInValid(dicFile string, text []rune, seps Seps, rep rune)(valid b... FILE: src/github.com/dolotech/lib/filter/trie.go type ChildNodeType (line 17) | type ChildNodeType method Len (line 20) | func (c ChildNodeType) Len() int { method Swap (line 25) | func (c ChildNodeType) Swap(i, j int) { method Less (line 30) | func (c ChildNodeType) Less(i, j int) bool { type Node (line 35) | type Node struct method GetChildNodeByVal (line 45) | func (N *Node) GetChildNodeByVal(val rune) *Node { method BinGetChildNodeByVal (line 56) | func (N *Node) BinGetChildNodeByVal(val rune) *Node { method InsertChildNodeByVal (line 76) | func (N *Node) InsertChildNodeByVal(val rune) *Node { type Trie (line 90) | type Trie struct method InitRootNode (line 94) | func (T *Trie) InitRootNode() { method DumpTrie (line 106) | func (T *Trie) DumpTrie(node *Node) { method TraceBackToRoot (line 152) | func (T *Trie) TraceBackToRoot(node *Node) []*Node { method FindNodeByPath (line 164) | func (T *Trie) FindNodeByPath(nodes []*Node) *Node { //nodes not conta... method BuildTrie (line 178) | func (T *Trie) BuildTrie(dictionary [][]byte) { FILE: src/github.com/dolotech/lib/goevent/go_event.go type Event (line 10) | type Event struct method Trigger (line 18) | func (p *Event) Trigger(args ...interface{}) error { method On (line 49) | func (p *Event) On(f interface{}) error { method Off (line 63) | func (p *Event) Off(f interface{}) error { method checkFuncSignature (line 87) | func (p *Event) checkFuncSignature(f interface{}) (*reflect.Value, err... method validateArgs (line 113) | func (p *Event) validateArgs(types []reflect.Type) error { function fnArgTypes (line 129) | func fnArgTypes(fn reflect.Value) []reflect.Type { FILE: src/github.com/dolotech/lib/grpool/grpool.go type worker (line 8) | type worker struct method start (line 14) | func (w *worker) start() { function newWorker (line 32) | func newWorker(pool chan *worker) *worker { type dispatcher (line 41) | type dispatcher struct method dispatch (line 47) | func (d *dispatcher) dispatch() { function newDispatcher (line 67) | func newDispatcher(workerPool chan *worker, jobQueue chan Job) *dispatch... type Job (line 84) | type Job type Pool (line 86) | type Pool struct method JobDone (line 113) | func (p *Pool) JobDone() { method WaitCount (line 119) | func (p *Pool) WaitCount(count int) { method WaitAll (line 124) | func (p *Pool) WaitAll() { method Release (line 129) | func (p *Pool) Release() { function NewPool (line 97) | func NewPool(numWorkers int, jobQueueLen int) *Pool { FILE: src/github.com/dolotech/lib/grpool/grpool_test.go function init (line 14) | func init() { function TestNewWorker (line 20) | func TestNewWorker(t *testing.T) { function TestNewPool (line 42) | func TestNewPool(t *testing.T) { function TestRelease (line 68) | func TestRelease(t *testing.T) { function BenchmarkPool (line 93) | func BenchmarkPool(b *testing.B) { FILE: src/github.com/dolotech/lib/pse/pse_darwin.go function ProcUsage (line 12) | func ProcUsage(pcpu *float64, rss, vss *int64) error { FILE: src/github.com/dolotech/lib/pse/pse_freebsd.go function ProcUsage (line 59) | func ProcUsage(pcpu *float64, rss, vss *int64) error { FILE: src/github.com/dolotech/lib/pse/pse_linux.go constant utimePos (line 24) | utimePos = 13 constant stimePos (line 25) | stimePos = 14 constant startPos (line 26) | startPos = 21 constant vssPos (line 27) | vssPos = 22 constant rssPos (line 28) | rssPos = 23 function init (line 31) | func init() { function periodic (line 39) | func periodic() { function ProcUsage (line 78) | func ProcUsage(pcpu *float64, rss, vss *int64) error { constant asciiZero (line 98) | asciiZero = 48 constant asciiNine (line 99) | asciiNine = 57 function parseInt64 (line 104) | func parseInt64(d []byte) (n int64) { FILE: src/github.com/dolotech/lib/pse/pse_rumprun.go function ProcUsage (line 7) | func ProcUsage(pcpu *float64, rss, vss *int64) error { FILE: src/github.com/dolotech/lib/pse/pse_solaris.go function ProcUsage (line 6) | func ProcUsage(pcpu *float64, rss, vss *int64) error { FILE: src/github.com/dolotech/lib/pse/pse_test.go function TestPSEmulation (line 13) | func TestPSEmulation(t *testing.T) { FILE: src/github.com/dolotech/lib/pse/pse_windows.go constant maxQuerySize (line 42) | maxQuerySize = 512 type PDH_HQUERY (line 50) | type PDH_HQUERY type PDH_HCOUNTER (line 51) | type PDH_HCOUNTER constant PDH_FMT_DOUBLE (line 56) | PDH_FMT_DOUBLE = 0x00000200 constant PDH_INVALID_DATA (line 57) | PDH_INVALID_DATA = 0xC0000BC6 constant PDH_MORE_DATA (line 58) | PDH_MORE_DATA = 0x800007D2 type PDH_FMT_COUNTERVALUE_DOUBLE (line 62) | type PDH_FMT_COUNTERVALUE_DOUBLE struct type PDH_FMT_COUNTERVALUE_ITEM_DOUBLE (line 69) | type PDH_FMT_COUNTERVALUE_ITEM_DOUBLE struct function pdhAddCounter (line 74) | func pdhAddCounter(hQuery PDH_HQUERY, szFullCounterPath string, dwUserDa... function pdhOpenQuery (line 88) | func pdhOpenQuery(datasrc *uint16, userdata uint32, query *PDH_HQUERY) e... function pdhCollectQueryData (line 96) | func pdhCollectQueryData(hQuery PDH_HQUERY) error { function pdhGetFormattedCounterArrayDouble (line 106) | func pdhGetFormattedCounterArrayDouble(hCounter PDH_HCOUNTER, lpdwBuffer... function getCounterArrayData (line 117) | func getCounterArrayData(counter PDH_HCOUNTER) ([]float64, error) { function getProcessImageName (line 149) | func getProcessImageName() (name string) { function initCounters (line 156) | func initCounters() (err error) { function ProcUsage (line 197) | func ProcUsage(pcpu *float64, rss, vss *int64) error { FILE: src/github.com/dolotech/lib/pse/pse_windows_test.go function checkValues (line 15) | func checkValues(t *testing.T, pcpu, tPcpu float64, rss, tRss int64) { function TestPSEmulationWin (line 36) | func TestPSEmulationWin(t *testing.T) { FILE: src/github.com/dolotech/lib/route/route_msg.go type Route (line 8) | type Route method Emit (line 10) | func (this *Route) Emit(msg interface{}, arg ...interface{}) { method Regist (line 23) | func (this *Route) Regist(msg, f interface{}) { FILE: src/github.com/dolotech/lib/route/router_test.go function TestNewRoute (line 5) | func TestNewRoute(t *testing.T) { FILE: src/github.com/dolotech/lib/utils/aes.go function SetKey (line 13) | func SetKey(key []byte) ([]byte,error){ function AesEncrypt (line 32) | func AesEncrypt(key []byte,strMesg []byte) ([]byte, error) { function AesDecrypt (line 50) | func AesDecrypt(key []byte,src []byte) (strDesc []byte, err error) { FILE: src/github.com/dolotech/lib/utils/debug.go type variable (line 17) | type variable struct method dump (line 25) | func (v *variable) dump(val reflect.Value, name string) { method printType (line 64) | func (v *variable) printType(name string, vv interface{}) { method printValue (line 69) | func (v *variable) printValue(name string, vv interface{}) { method printIndent (line 74) | func (v *variable) printIndent() { function Dump (line 83) | func Dump(v interface{}) { function Sdump (line 92) | func Sdump(v interface{}) string { FILE: src/github.com/dolotech/lib/utils/helper.go function avg (line 11) | func avg(items []time.Duration) time.Duration { function toH (line 19) | func toH(bytes uint64) string { function toS (line 32) | func toS(d time.Duration) string { function printGC (line 59) | func printGC(memStats *runtime.MemStats, gcstats *debug.GCStats) string { function GCSummary (line 88) | func GCSummary() string { FILE: src/github.com/dolotech/lib/utils/list.go function NewList (line 8) | func NewList() *List { type List (line 12) | type List struct method Get (line 17) | func (this *List) Get(f func(interface{}) bool) interface{} { method Add (line 28) | func (this *List) Add(value interface{}) { method Pure (line 34) | func (this *List) Pure() { method Del (line 41) | func (this *List) Del(value interface{}) { method Delete (line 52) | func (this *List) Delete(f func(interface{}) bool) { method Len (line 63) | func (this *List) Len() int { method Replace (line 69) | func (this *List) Replace(value interface{}, f func(interface{}) bool) { method Range (line 81) | func (this *List) Range(f func(interface{}) bool) { method LRange (line 91) | func (this *List) LRange(f func(interface{}) bool) { FILE: src/github.com/dolotech/lib/utils/map.go function NewMap (line 7) | func NewMap() *Map { type Map (line 11) | type Map struct method Get (line 16) | func (this *Map) Get(key interface{}) interface{} { method Set (line 25) | func (this *Map) Set(key interface{}, value interface{}) { method Del (line 31) | func (this *Map) Del(key interface{}) { method Len (line 37) | func (this *Map) Len() int { method Range (line 43) | func (this *Map) Range(f func(interface{}, interface{}) bool) { method LRange (line 53) | func (this *Map) LRange(f func(interface{}, interface{}) bool) { FILE: src/github.com/dolotech/lib/utils/map_list_test.go function Test_ran (line 8) | func Test_ran(t *testing.T) { FILE: src/github.com/dolotech/lib/utils/queue.go type Queue (line 3) | type Queue struct method Len (line 8) | func (q *Queue) Len() int { method Push (line 12) | func (q *Queue) Push(elem interface{}) { method Pop (line 21) | func (q *Queue) Pop() (elem interface{}) { method expand (line 32) | func (q *Queue) expand() { FILE: src/github.com/dolotech/lib/utils/random.go function RandInt64 (line 13) | func RandInt64() (r int64) { function RandInt32 (line 19) | func RandInt32() (r int32) { function RandUint32 (line 25) | func RandUint32() (r uint32) { function RandInt64N (line 31) | func RandInt64N(n int64) (r int64) { function RandInt32N (line 37) | func RandInt32N(n int32) (r int32) { function randUint32 (line 45) | func randUint32() { function GetRandUint32 (line 59) | func GetRandUint32() uint32 { function init (line 64) | func init() { function RandomString (line 70) | func RandomString(length int) string { function RandomString_ (line 83) | func RandomString_(length int) string { FILE: src/github.com/dolotech/lib/utils/sign.go function LoginSign (line 12) | func LoginSign(gameid string, device string) (string, error) { FILE: src/github.com/dolotech/lib/utils/stack.go function PrintPanicStack (line 11) | func PrintPanicStack(extras ...interface{}) interface{}{ FILE: src/github.com/dolotech/lib/utils/string_2_bytes.go function String2Bytes (line 8) | func String2Bytes(s string) (b []byte) { function Bytes2String (line 17) | func Bytes2String(b []byte) (s string) { FILE: src/github.com/dolotech/lib/utils/string_2_bytes_test.go function BenchmarkTestString2Bytes (line 13) | func BenchmarkTestString2Bytes(t *testing.B) { constant N (line 20) | N = 30000 function BenchmarkTestString2Bytes1 (line 27) | func BenchmarkTestString2Bytes1(t *testing.B) { FILE: src/github.com/dolotech/lib/utils/structandmap.go function ToM (line 8) | func ToM(value interface{}) map[string]interface{} { function ToMs (line 27) | func ToMs(values []interface{}) []interface{} { function setField (line 51) | func setField(obj interface{}, name string, value interface{}) error { type RPCConfig (line 73) | type RPCConfig struct method FillStruct (line 78) | func (s *RPCConfig) FillStruct(m map[string]string) error { FILE: src/github.com/dolotech/lib/utils/timer_queue.go type TimeOuter (line 7) | type TimeOuter interface type Timer (line 11) | type Timer struct type TimerQueue (line 19) | type TimerQueue method Len (line 21) | func (this TimerQueue) Len() int { method Less (line 25) | func (this TimerQueue) Less(i, j int) bool { method Swap (line 29) | func (this TimerQueue) Swap(i, j int) { method Push (line 35) | func (this *TimerQueue) Push(x interface{}) { method Pop (line 45) | func (this *TimerQueue) Pop() interface{} { type TimerManager (line 55) | type TimerManager struct method AddTimer (line 67) | func (this *TimerManager) AddTimer(i TimeOuter, e int64, iv int64) uin... method RemoveTimer (line 78) | func (this *TimerManager) RemoveTimer(id uint32) { method Run (line 89) | func (this *TimerManager) Run(now int64, limit int) { method dump (line 112) | func (this *TimerManager) dump() { function NewTimerManager (line 60) | func NewTimerManager(size int) *TimerManager { FILE: src/github.com/dolotech/lib/utils/utils.go function GetAuth (line 29) | func GetAuth() []rune { function EmailRegexp (line 40) | func EmailRegexp(mail string) bool { function PhoneRegexp (line 50) | func PhoneRegexp(phone string) bool { function AccountRegexp (line 60) | func AccountRegexp(account string) bool { function InetTontoa (line 71) | func InetTontoa(ipnr uint32) string { function InetToaton (line 82) | func InetToaton(ipnr string) uint32 { function AalidataPwd (line 101) | func AalidataPwd(name string) (b bool) { function LegalName (line 124) | func LegalName(name string, maxcount int) bool { function SubStr (line 146) | func SubStr(str string, begin, length int) (substr string) { function IntToBytes (line 168) | func IntToBytes(n int) []byte { function BytesToInt (line 176) | func BytesToInt(b []byte) int { function Int64ToBytes (line 184) | func Int64ToBytes(n int64) []byte { function BytesToInt64 (line 192) | func BytesToInt64(b []byte) int64 { function SliceIndexOf (line 200) | func SliceIndexOf(arr []string, str string) int { function SliceLastIndexOf (line 213) | func SliceLastIndexOf(arr []string, str string) int { function SliceRemoveFormSlice (line 225) | func SliceRemoveFormSlice(oriArr []string, removeArr []string) []string { function TimeToHeadphpoto (line 237) | func TimeToHeadphpoto(t int64, userid int, headname int64) (string, stri... function TimeToPhpotoPath (line 252) | func TimeToPhpotoPath(t int64, userid int) string { function UseridCovToInvate (line 258) | func UseridCovToInvate(userid string) uint32 { function Base62encode (line 272) | func Base62encode(num uint64) string { function Base62decode (line 286) | func Base62decode(base62 string) uint64 { function flip (line 296) | func flip(s []string) map[string]uint64 { function Encode (line 305) | func Encode(data interface{}) ([]byte, error) { function Decode (line 317) | func Decode(data []byte, to interface{}) error { function Clone (line 324) | func Clone(dst, src interface{}) error { function IsNumString (line 333) | func IsNumString(str string) bool { function Between (line 344) | func Between(startid, endid string) []string { function StringAddNum (line 373) | func StringAddNum(numStr string, num int) string { function StringAdd (line 381) | func StringAdd(numStr string) string { constant FORMAT (line 401) | FORMAT string = "2006-01-02 15:04:05" constant FORMATDATA (line 402) | FORMATDATA string = "2006-01-02 " function TimestampNano (line 405) | func TimestampNano() int64 { function Timestamp (line 410) | func Timestamp() int64 { function TimestampSaturday (line 415) | func TimestampSaturday() int64 { function TimestampToday (line 422) | func TimestampToday() int64 { function TimestampTodayStr (line 425) | func TimestampTodayStr() string { function TimestampYesterday (line 431) | func TimestampYesterday() int64 { function TimestampTomorrow (line 436) | func TimestampTomorrow() int64 { function Year (line 441) | func Year() int { function Month (line 446) | func Month() time.Month { function Day (line 451) | func Day() int { function Weekday (line 456) | func Weekday() time.Weekday { function Unix2Year (line 461) | func Unix2Year(t int64) int { function Unix2Month (line 466) | func Unix2Month(t int64) time.Month { function Unix2Day (line 471) | func Unix2Day(t int64) int { function Unix2Str (line 476) | func Unix2Str(t int64) string { function DateStr (line 481) | func DateStr() string { function Str2Unix (line 486) | func Str2Unix(t string) (int64, error) { function MonthDays (line 495) | func MonthDays(year int, month int) (days int) { function Md5 (line 518) | func Md5(text string) string { function Sleep (line 525) | func Sleep(second int) { function SleepRand (line 530) | func SleepRand(second int) { function Sleep64 (line 535) | func Sleep64(second int64) { function SleepRand64 (line 540) | func SleepRand64(second int64) { function BitOr (line 545) | func BitOr(v int64) { function Byte2uint32 (line 556) | func Byte2uint32(in []byte) []uint32 { function Byte2int32 (line 563) | func Byte2int32(in []byte) []int32 { function Int642uint32 (line 571) | func Int642uint32(in []int64) []uint32 { function String2uint32 (line 579) | func String2uint32(in []string) []uint32 { function String2int (line 588) | func String2int(in []string) []int { function Uint322string (line 597) | func Uint322string(in []uint32) []string { function int2string (line 605) | func int2string(in []int) []string { function InSlice (line 614) | func InSlice(ms uint32, arr []uint32) bool { function Truncate6Words (line 623) | func Truncate6Words(origin string) string { function VersionContrast (line 634) | func VersionContrast(origin, target string) (int, error) { function LogPrefix (line 664) | func LogPrefix(uid uint32, str string) string { function ToServerType (line 675) | func ToServerType(sid int) int { FILE: src/github.com/dolotech/lib/utils/utils_test.go function Test_StringAdd (line 17) | func Test_StringAdd(t *testing.T) { function Test_copy (line 47) | func Test_copy(t *testing.T) { function Test_AES (line 53) | func Test_AES(t *testing.T) { function Test_XXTEA (line 70) | func Test_XXTEA(t *testing.T) { function TestPWD (line 78) | func TestPWD(t *testing.T) { function TestPhone (line 82) | func TestPhone(t *testing.T) { type AA (line 86) | type AA struct type BB (line 91) | type BB interface type CC (line 96) | type CC struct method Decode (line 98) | func (this *CC) Decode(b *[]byte) error { method Encode (line 102) | func (this *CC) Encode() (*[]byte, error) { FILE: src/github.com/dolotech/lib/utils/waitgroup.go type WaitGroupWrapper (line 8) | type WaitGroupWrapper struct method Wrap (line 12) | func (w *WaitGroupWrapper) Wrap(cb func()) { FILE: src/github.com/dolotech/lib/utils/xxtea.go constant delta (line 3) | delta = 0x9E3779B9 function toBytes (line 5) | func toBytes(v []uint32, includeLength bool) []byte { function toUint32s (line 23) | func toUint32s(bytes []byte, includeLength bool) (v []uint32) { function mx (line 41) | func mx(sum uint32, y uint32, z uint32, p uint32, e uint32, k []uint32) ... function fixk (line 45) | func fixk(k []uint32) []uint32 { function encrypt (line 54) | func encrypt(v []uint32, k []uint32) []uint32 { function decrypt (line 77) | func decrypt(v []uint32, k []uint32) []uint32 { function Encrypt (line 102) | func Encrypt(data []byte, key []byte) []byte { function Decrypt (line 112) | func Decrypt(data []byte, key []byte) []byte { FILE: src/github.com/go-xorm/core/cache.go constant CacheExpired (line 13) | CacheExpired = 60 * time.Minute constant CacheMaxMemory (line 15) | CacheMaxMemory = 256 constant CacheGcInterval (line 17) | CacheGcInterval = 10 * time.Minute constant CacheGcMaxRemoved (line 19) | CacheGcMaxRemoved = 20 type CacheStore (line 28) | type CacheStore interface type Cacher (line 39) | type Cacher interface function encodeIds (line 50) | func encodeIds(ids []PK) (string, error) { function decodeIds (line 59) | func decodeIds(s string) ([]PK, error) { function GetCacheSql (line 68) | func GetCacheSql(m Cacher, tableName, sql string, args interface{}) ([]P... function PutCacheSql (line 76) | func PutCacheSql(m Cacher, ids []PK, tableName, sql string, args interfa... function GenSqlKey (line 85) | func GenSqlKey(sql string, args interface{}) string { FILE: src/github.com/go-xorm/core/column.go constant TWOSIDES (line 11) | TWOSIDES = iota + 1 constant ONLYTODB (line 12) | ONLYTODB constant ONLYFROMDB (line 13) | ONLYFROMDB type Column (line 17) | type Column struct method String (line 69) | func (col *Column) String(d Dialect) string { method StringNoPk (line 96) | func (col *Column) StringNoPk(d Dialect) string { method ValueOf (line 117) | func (col *Column) ValueOf(bean interface{}) (*reflect.Value, error) { method ValueOfV (line 122) | func (col *Column) ValueOfV(dataStruct *reflect.Value) (*reflect.Value... function NewColumn (line 43) | func NewColumn(name, fieldName string, sqlType SQLType, len1, len2 int, ... FILE: src/github.com/go-xorm/core/converstion.go type Conversion (line 5) | type Conversion interface FILE: src/github.com/go-xorm/core/db.go function MapToSlice (line 13) | func MapToSlice(query string, mp interface{}) (string, []interface{}, er... function StructToSlice (line 34) | func StructToSlice(query string, st interface{}) (string, []interface{},... type DB (line 62) | type DB struct method Query (line 79) | func (db *DB) Query(query string, args ...interface{}) (*Rows, error) { method QueryMap (line 90) | func (db *DB) QueryMap(query string, mp interface{}) (*Rows, error) { method QueryStruct (line 98) | func (db *DB) QueryStruct(query string, st interface{}) (*Rows, error) { method QueryRow (line 221) | func (db *DB) QueryRow(query string, args ...interface{}) *Row { method QueryRowMap (line 229) | func (db *DB) QueryRowMap(query string, mp interface{}) *Row { method QueryRowStruct (line 237) | func (db *DB) QueryRowStruct(query string, st interface{}) *Row { method Prepare (line 251) | func (db *DB) Prepare(query string) (*Stmt, error) { method ExecMap (line 368) | func (db *DB) ExecMap(query string, mp interface{}) (sql.Result, error) { method ExecStruct (line 376) | func (db *DB) ExecStruct(query string, st interface{}) (sql.Result, er... method Begin (line 613) | func (db *DB) Begin() (*Tx, error) { function Open (line 67) | func Open(driverName, dataSourceName string) (*DB, error) { function FromDB (line 75) | func FromDB(db *sql.DB) *DB { type Row (line 106) | type Row struct method Columns (line 112) | func (row *Row) Columns() ([]string, error) { method Scan (line 119) | func (row *Row) Scan(dest ...interface{}) error { method ScanStructByName (line 145) | func (row *Row) ScanStructByName(dest interface{}) error { method ScanStructByIndex (line 163) | func (row *Row) ScanStructByIndex(dest interface{}) error { method ScanSlice (line 182) | func (row *Row) ScanSlice(dest interface{}) error { method ScanMap (line 202) | func (row *Row) ScanMap(dest interface{}) error { type Stmt (line 245) | type Stmt struct method ExecMap (line 267) | func (s *Stmt) ExecMap(mp interface{}) (sql.Result, error) { method ExecStruct (line 280) | func (s *Stmt) ExecStruct(st interface{}) (sql.Result, error) { method Query (line 293) | func (s *Stmt) Query(args ...interface{}) (*Rows, error) { method QueryMap (line 301) | func (s *Stmt) QueryMap(mp interface{}) (*Rows, error) { method QueryStruct (line 315) | func (s *Stmt) QueryStruct(st interface{}) (*Rows, error) { method QueryRow (line 329) | func (s *Stmt) QueryRow(args ...interface{}) *Row { method QueryRowMap (line 334) | func (s *Stmt) QueryRowMap(mp interface{}) *Row { method QueryRowStruct (line 348) | func (s *Stmt) QueryRowStruct(st interface{}) *Row { type Rows (line 384) | type Rows struct method ScanStructByIndex (line 390) | func (rs *Rows) ScanStructByIndex(dest ...interface{}) error { method ScanStructByName (line 457) | func (rs *Rows) ScanStructByName(dest interface{}) error { method ScanSlice (line 513) | func (rs *Rows) ScanSlice(dest interface{}) error { method ScanMap (line 548) | func (rs *Rows) ScanMap(dest interface{}) error { type EmptyScanner (line 422) | type EmptyScanner struct method Scan (line 425) | func (EmptyScanner) Scan(src interface{}) error { function fieldByName (line 434) | func fieldByName(v reflect.Value, name string) reflect.Value { type cacheStruct (line 482) | type cacheStruct struct function ReflectNew (line 492) | func ReflectNew(typ reflect.Type) reflect.Value { type Tx (line 608) | type Tx struct method Prepare (line 621) | func (tx *Tx) Prepare(query string) (*Stmt, error) { method Stmt (line 637) | func (tx *Tx) Stmt(stmt *Stmt) *Stmt { method ExecMap (line 642) | func (tx *Tx) ExecMap(query string, mp interface{}) (sql.Result, error) { method ExecStruct (line 650) | func (tx *Tx) ExecStruct(query string, st interface{}) (sql.Result, er... method Query (line 658) | func (tx *Tx) Query(query string, args ...interface{}) (*Rows, error) { method QueryMap (line 666) | func (tx *Tx) QueryMap(query string, mp interface{}) (*Rows, error) { method QueryStruct (line 674) | func (tx *Tx) QueryStruct(query string, st interface{}) (*Rows, error) { method QueryRow (line 682) | func (tx *Tx) QueryRow(query string, args ...interface{}) *Row { method QueryRowMap (line 687) | func (tx *Tx) QueryRowMap(query string, mp interface{}) *Row { method QueryRowStruct (line 695) | func (tx *Tx) QueryRowStruct(query string, st interface{}) *Row { FILE: src/github.com/go-xorm/core/dialect.go type DbType (line 9) | type DbType type Uri (line 11) | type Uri struct type Dialect (line 27) | type Dialect interface function OpenDialect (line 79) | func OpenDialect(dialect Dialect) (*DB, error) { type Base (line 83) | type Base struct method DB (line 92) | func (b *Base) DB() *DB { method SetLogger (line 96) | func (b *Base) SetLogger(logger ILogger) { method Init (line 100) | func (b *Base) Init(db *DB, dialect Dialect, uri *Uri, drivername, dat... method URI (line 106) | func (b *Base) URI() *Uri { method DBType (line 110) | func (b *Base) DBType() DbType { method FormatBytes (line 114) | func (b *Base) FormatBytes(bs []byte) string { method DriverName (line 118) | func (b *Base) DriverName() string { method ShowCreateNull (line 122) | func (b *Base) ShowCreateNull() bool { method DataSourceName (line 126) | func (b *Base) DataSourceName() string { method AndStr (line 130) | func (b *Base) AndStr() string { method OrStr (line 134) | func (b *Base) OrStr() string { method EqStr (line 138) | func (b *Base) EqStr() string { method RollBackStr (line 142) | func (db *Base) RollBackStr() string { method SupportDropIfExists (line 146) | func (db *Base) SupportDropIfExists() bool { method DropTableSql (line 150) | func (db *Base) DropTableSql(tableName string) string { method HasRecords (line 154) | func (db *Base) HasRecords(query string, args ...interface{}) (bool, e... method IsColumnExist (line 168) | func (db *Base) IsColumnExist(tableName, colName string) (bool, error) { method CreateIndexSql (line 198) | func (db *Base) CreateIndexSql(tableName string, index *Index) string { method DropIndexSql (line 211) | func (db *Base) DropIndexSql(tableName string, index *Index) string { method ModifyColumnSql (line 222) | func (db *Base) ModifyColumnSql(tableName string, col *Column) string { method CreateTableSql (line 226) | func (b *Base) CreateTableSql(table *Table, tableName, storeEngine, ch... method ForUpdateSql (line 275) | func (b *Base) ForUpdateSql(query string) string { method LogSQL (line 279) | func (b *Base) LogSQL(sql string, args []interface{}) { function RegisterDialect (line 293) | func RegisterDialect(dbName DbType, dialectFunc func() Dialect) { function QueryDialect (line 300) | func QueryDialect(dbName DbType) Dialect { FILE: src/github.com/go-xorm/core/driver.go type Driver (line 3) | type Driver interface function RegisterDriver (line 11) | func RegisterDriver(driverName string, driver Driver) { function QueryDriver (line 21) | func QueryDriver(driverName string) Driver { function RegisteredDriverSize (line 25) | func RegisteredDriverSize() int { FILE: src/github.com/go-xorm/core/filter.go type Filter (line 9) | type Filter interface type QuoteFilter (line 14) | type QuoteFilter struct method Do (line 17) | func (s *QuoteFilter) Do(sql string, dialect Dialect, table *Table) st... type IdFilter (line 22) | type IdFilter struct method Do (line 37) | func (i *IdFilter) Do(sql string, dialect Dialect, table *Table) string { type Quoter (line 25) | type Quoter struct method Quote (line 33) | func (q *Quoter) Quote(content string) string { function NewQuoter (line 29) | func NewQuoter(dialect Dialect) *Quoter { type SeqFilter (line 48) | type SeqFilter struct method Do (line 53) | func (s *SeqFilter) Do(sql string, dialect Dialect, table *Table) stri... FILE: src/github.com/go-xorm/core/ilogger.go type LogLevel (line 3) | type LogLevel constant LOG_DEBUG (line 7) | LOG_DEBUG LogLevel = iota constant LOG_INFO (line 8) | LOG_INFO constant LOG_WARNING (line 9) | LOG_WARNING constant LOG_ERR (line 10) | LOG_ERR constant LOG_OFF (line 11) | LOG_OFF constant LOG_UNKNOWN (line 12) | LOG_UNKNOWN type ILogger (line 16) | type ILogger interface FILE: src/github.com/go-xorm/core/index.go constant IndexType (line 10) | IndexType = iota + 1 constant UniqueType (line 11) | UniqueType type Index (line 15) | type Index struct method XName (line 22) | func (index *Index) XName(tableName string) string { method AddColumn (line 34) | func (index *Index) AddColumn(cols ...string) { method Equal (line 40) | func (index *Index) Equal(dst *Index) bool { function NewIndex (line 59) | func NewIndex(name string, indexType int) *Index { FILE: src/github.com/go-xorm/core/mapper.go type IMapper (line 9) | type IMapper interface type CacheMapper (line 14) | type CacheMapper struct method Obj2Table (line 28) | func (m *CacheMapper) Obj2Table(o string) string { method Table2Obj (line 43) | func (m *CacheMapper) Table2Obj(t string) string { function NewCacheMapper (line 22) | func NewCacheMapper(mapper IMapper) *CacheMapper { type SameMapper (line 60) | type SameMapper struct method Obj2Table (line 63) | func (m SameMapper) Obj2Table(o string) string { method Table2Obj (line 67) | func (m SameMapper) Table2Obj(t string) string { type SnakeMapper (line 73) | type SnakeMapper struct method Obj2Table (line 91) | func (mapper SnakeMapper) Obj2Table(name string) string { method Table2Obj (line 119) | func (mapper SnakeMapper) Table2Obj(name string) string { function snakeCasedName (line 76) | func snakeCasedName(name string) string { function titleCasedName (line 95) | func titleCasedName(name string) string { type GonicMapper (line 125) | type GonicMapper method Obj2Table (line 160) | func (mapper GonicMapper) Obj2Table(name string) string { method Table2Obj (line 164) | func (mapper GonicMapper) Table2Obj(name string) string { function isASCIIUpper (line 127) | func isASCIIUpper(r rune) bool { function toASCIIUpper (line 131) | func toASCIIUpper(r rune) rune { function gonicCasedName (line 138) | func gonicCasedName(name string) string { type PrefixMapper (line 221) | type PrefixMapper struct method Obj2Table (line 226) | func (mapper PrefixMapper) Obj2Table(name string) string { method Table2Obj (line 230) | func (mapper PrefixMapper) Table2Obj(name string) string { function NewPrefixMapper (line 234) | func NewPrefixMapper(mapper IMapper, prefix string) PrefixMapper { type SuffixMapper (line 239) | type SuffixMapper struct method Obj2Table (line 244) | func (mapper SuffixMapper) Obj2Table(name string) string { method Table2Obj (line 248) | func (mapper SuffixMapper) Table2Obj(name string) string { function NewSuffixMapper (line 252) | func NewSuffixMapper(mapper IMapper, suffix string) SuffixMapper { FILE: src/github.com/go-xorm/core/pk.go type PK (line 8) | type PK method ToString (line 15) | func (p *PK) ToString() (string, error) { method FromString (line 22) | func (p *PK) FromString(content string) error { function NewPK (line 10) | func NewPK(pks ...interface{}) *PK { FILE: src/github.com/go-xorm/core/scan.go type NullTime (line 9) | type NullTime method Scan (line 15) | func (ns *NullTime) Scan(value interface{}) error { method Value (line 23) | func (ns NullTime) Value() (driver.Value, error) { function convertTime (line 30) | func convertTime(dest *NullTime, src interface{}) error { FILE: src/github.com/go-xorm/core/table.go type Table (line 9) | type Table struct method Columns (line 27) | func (table *Table) Columns() []*Column { method ColumnsSeq (line 31) | func (table *Table) ColumnsSeq() []string { method GetColumn (line 50) | func (table *Table) GetColumn(name string) *Column { method GetColumnIdx (line 57) | func (table *Table) GetColumnIdx(name string, idx int) *Column { method PKColumns (line 67) | func (table *Table) PKColumns() []*Column { method ColumnType (line 75) | func (table *Table) ColumnType(name string) reflect.Type { method AutoIncrColumn (line 80) | func (table *Table) AutoIncrColumn() *Column { method VersionColumn (line 84) | func (table *Table) VersionColumn() *Column { method UpdatedColumn (line 88) | func (table *Table) UpdatedColumn() *Column { method DeletedColumn (line 92) | func (table *Table) DeletedColumn() *Column { method AddColumn (line 97) | func (table *Table) AddColumn(col *Column) { method AddIndex (line 128) | func (table *Table) AddIndex(index *Index) { function NewEmptyTable (line 35) | func NewEmptyTable() *Table { function NewTable (line 39) | func NewTable(name string, t reflect.Type) *Table { FILE: src/github.com/go-xorm/core/type.go constant POSTGRES (line 11) | POSTGRES = "postgres" constant SQLITE (line 12) | SQLITE = "sqlite3" constant MYSQL (line 13) | MYSQL = "mysql" constant MSSQL (line 14) | MSSQL = "mssql" constant ORACLE (line 15) | ORACLE = "oracle" type SQLType (line 19) | type SQLType struct method IsType (line 33) | func (s *SQLType) IsType(st int) bool { method IsText (line 40) | func (s *SQLType) IsText() bool { method IsBlob (line 44) | func (s *SQLType) IsBlob() bool { method IsTime (line 48) | func (s *SQLType) IsTime() bool { method IsNumeric (line 52) | func (s *SQLType) IsNumeric() bool { method IsJson (line 56) | func (s *SQLType) IsJson() bool { constant UNKNOW_TYPE (line 26) | UNKNOW_TYPE = iota constant TEXT_TYPE (line 27) | TEXT_TYPE constant BLOB_TYPE (line 28) | BLOB_TYPE constant TIME_TYPE (line 29) | TIME_TYPE constant NUMERIC_TYPE (line 30) | NUMERIC_TYPE function Type2SQLType (line 242) | func Type2SQLType(t reflect.Type) (st SQLType) { function SQLType2Type (line 280) | func SQLType2Type(st SQLType) reflect.Type { FILE: src/github.com/go-xorm/xorm/engine.go type Engine (line 27) | type Engine struct method ShowSQL (line 50) | func (engine *Engine) ShowSQL(show ...bool) { method ShowExecTime (line 60) | func (engine *Engine) ShowExecTime(show ...bool) { method Logger (line 69) | func (engine *Engine) Logger() core.ILogger { method SetLogger (line 74) | func (engine *Engine) SetLogger(logger core.ILogger) { method SetDisableGlobalCache (line 80) | func (engine *Engine) SetDisableGlobalCache(disable bool) { method DriverName (line 87) | func (engine *Engine) DriverName() string { method DataSourceName (line 92) | func (engine *Engine) DataSourceName() string { method SetMapper (line 97) | func (engine *Engine) SetMapper(mapper core.IMapper) { method SetTableMapper (line 103) | func (engine *Engine) SetTableMapper(mapper core.IMapper) { method SetColumnMapper (line 108) | func (engine *Engine) SetColumnMapper(mapper core.IMapper) { method SupportInsertMany (line 116) | func (engine *Engine) SupportInsertMany() bool { method QuoteStr (line 122) | func (engine *Engine) QuoteStr() string { method Quote (line 127) | func (engine *Engine) Quote(sql string) string { method quote (line 131) | func (engine *Engine) quote(sql string) string { method quoteColumn (line 135) | func (engine *Engine) quoteColumn(keyName string) string { method quoteTable (line 150) | func (engine *Engine) quoteTable(keyName string) string { method SqlType (line 166) | func (engine *Engine) SqlType(c *core.Column) string { method SQLType (line 171) | func (engine *Engine) SQLType(c *core.Column) string { method AutoIncrStr (line 176) | func (engine *Engine) AutoIncrStr() string { method SetMaxOpenConns (line 181) | func (engine *Engine) SetMaxOpenConns(conns int) { method SetMaxIdleConns (line 186) | func (engine *Engine) SetMaxIdleConns(conns int) { method SetDefaultCacher (line 191) | func (engine *Engine) SetDefaultCacher(cacher core.Cacher) { method NoCache (line 197) | func (engine *Engine) NoCache() *Session { method NoCascade (line 204) | func (engine *Engine) NoCascade() *Session { method MapCacher (line 211) | func (engine *Engine) MapCacher(bean interface{}, cacher core.Cacher) { method NewDB (line 218) | func (engine *Engine) NewDB() (*core.DB, error) { method DB (line 223) | func (engine *Engine) DB() *core.DB { method Dialect (line 228) | func (engine *Engine) Dialect() core.Dialect { method NewSession (line 233) | func (engine *Engine) NewSession() *Session { method Close (line 240) | func (engine *Engine) Close() error { method Ping (line 245) | func (engine *Engine) Ping() error { method logSQL (line 253) | func (engine *Engine) logSQL(sqlStr string, sqlArgs ...interface{}) { method logSQLQueryTime (line 263) | func (engine *Engine) logSQLQueryTime(sqlStr string, args []interface{... method logSQLExecutionTime (line 278) | func (engine *Engine) logSQLExecutionTime(sqlStr string, args []interf... method Sql (line 294) | func (engine *Engine) Sql(querystring string, args ...interface{}) *Se... method SQL (line 306) | func (engine *Engine) SQL(querystring string, args ...interface{}) *Se... method NoAutoTime (line 315) | func (engine *Engine) NoAutoTime() *Session { method NoAutoCondition (line 322) | func (engine *Engine) NoAutoCondition(no ...bool) *Session { method DBMetas (line 329) | func (engine *Engine) DBMetas() ([]*core.Table, error) { method DumpAllToFile (line 365) | func (engine *Engine) DumpAllToFile(fp string) error { method DumpAll (line 375) | func (engine *Engine) DumpAll(w io.Writer) error { method DumpTablesToFile (line 380) | func (engine *Engine) DumpTablesToFile(tables []*core.Table, fp string... method DumpTables (line 390) | func (engine *Engine) DumpTables(tables []*core.Table, w io.Writer, tp... method tableName (line 394) | func (engine *Engine) tableName(beanOrTableName interface{}) (string, ... method tbName (line 404) | func (engine *Engine) tbName(v reflect.Value) string { method dumpAll (line 417) | func (engine *Engine) dumpAll(w io.Writer, tp ...core.DbType) error { method dumpTables (line 523) | func (engine *Engine) dumpTables(tables []*core.Table, w io.Writer, tp... method Cascade (line 632) | func (engine *Engine) Cascade(trueOrFalse ...bool) *Session { method Where (line 639) | func (engine *Engine) Where(querystring string, args ...interface{}) *... method Id (line 646) | func (engine *Engine) Id(id interface{}) *Session { method ID (line 653) | func (engine *Engine) ID(id interface{}) *Session { method Before (line 660) | func (engine *Engine) Before(closures func(interface{})) *Session { method After (line 667) | func (engine *Engine) After(closures func(interface{})) *Session { method Charset (line 674) | func (engine *Engine) Charset(charset string) *Session { method StoreEngine (line 681) | func (engine *Engine) StoreEngine(storeEngine string) *Session { method Distinct (line 690) | func (engine *Engine) Distinct(columns ...string) *Session { method Select (line 697) | func (engine *Engine) Select(str string) *Session { method Cols (line 704) | func (engine *Engine) Cols(columns ...string) *Session { method AllCols (line 711) | func (engine *Engine) AllCols() *Session { method MustCols (line 718) | func (engine *Engine) MustCols(columns ...string) *Session { method UseBool (line 729) | func (engine *Engine) UseBool(columns ...string) *Session { method Omit (line 736) | func (engine *Engine) Omit(columns ...string) *Session { method Nullable (line 743) | func (engine *Engine) Nullable(columns ...string) *Session { method In (line 750) | func (engine *Engine) In(column string, args ...interface{}) *Session { method Incr (line 757) | func (engine *Engine) Incr(column string, arg ...interface{}) *Session { method Decr (line 764) | func (engine *Engine) Decr(column string, arg ...interface{}) *Session { method SetExpr (line 771) | func (engine *Engine) SetExpr(column string, expression string) *Sessi... method Table (line 778) | func (engine *Engine) Table(tableNameOrBean interface{}) *Session { method Alias (line 785) | func (engine *Engine) Alias(alias string) *Session { method Limit (line 792) | func (engine *Engine) Limit(limit int, start ...int) *Session { method Desc (line 799) | func (engine *Engine) Desc(colNames ...string) *Session { method Asc (line 811) | func (engine *Engine) Asc(colNames ...string) *Session { method OrderBy (line 818) | func (engine *Engine) OrderBy(order string) *Session { method Join (line 825) | func (engine *Engine) Join(joinOperator string, tablename interface{},... method GroupBy (line 832) | func (engine *Engine) GroupBy(keys string) *Session { method Having (line 839) | func (engine *Engine) Having(conditions string) *Session { method autoMapType (line 845) | func (engine *Engine) autoMapType(v reflect.Value) *core.Table { method GobRegister (line 865) | func (engine *Engine) GobRegister(v interface{}) *Engine { method TableInfo (line 878) | func (engine *Engine) TableInfo(bean interface{}) *Table { method newTable (line 895) | func (engine *Engine) newTable() *core.Table { method mapType (line 909) | func (engine *Engine) mapType(v reflect.Value) *core.Table { method mapping (line 1185) | func (engine *Engine) mapping(beans ...interface{}) (e error) { method IsTableEmpty (line 1196) | func (engine *Engine) IsTableEmpty(bean interface{}) (bool, error) { method IsTableExist (line 1203) | func (engine *Engine) IsTableExist(beanOrTableName interface{}) (bool,... method IdOf (line 1210) | func (engine *Engine) IdOf(bean interface{}) core.PK { method IdOfV (line 1215) | func (engine *Engine) IdOfV(rv reflect.Value) core.PK { method CreateIndexes (line 1234) | func (engine *Engine) CreateIndexes(bean interface{}) error { method CreateUniques (line 1241) | func (engine *Engine) CreateUniques(bean interface{}) error { method getCacher2 (line 1247) | func (engine *Engine) getCacher2(table *core.Table) core.Cacher { method getCacher (line 1251) | func (engine *Engine) getCacher(v reflect.Value) core.Cacher { method ClearCacheBean (line 1259) | func (engine *Engine) ClearCacheBean(bean interface{}, id string) error { method ClearCache (line 1279) | func (engine *Engine) ClearCache(beans ...interface{}) error { method Sync (line 1303) | func (engine *Engine) Sync(beans ...interface{}) error { method Sync2 (line 1398) | func (engine *Engine) Sync2(beans ...interface{}) error { method unMap (line 1404) | func (engine *Engine) unMap(beans ...interface{}) (e error) { method dropAll (line 1417) | func (engine *Engine) dropAll() error { method CreateTables (line 1434) | func (engine *Engine) CreateTables(beans ...interface{}) error { method DropTables (line 1454) | func (engine *Engine) DropTables(beans ...interface{}) error { method createAll (line 1473) | func (engine *Engine) createAll() error { method Exec (line 1480) | func (engine *Engine) Exec(sql string, args ...interface{}) (sql.Resul... method Query (line 1487) | func (engine *Engine) Query(sql string, paramStr ...interface{}) (resu... method Insert (line 1494) | func (engine *Engine) Insert(beans ...interface{}) (int64, error) { method InsertOne (line 1501) | func (engine *Engine) InsertOne(bean interface{}) (int64, error) { method Update (line 1513) | func (engine *Engine) Update(bean interface{}, condiBeans ...interface... method Delete (line 1520) | func (engine *Engine) Delete(bean interface{}) (int64, error) { method Get (line 1528) | func (engine *Engine) Get(bean interface{}) (bool, error) { method Find (line 1537) | func (engine *Engine) Find(beans interface{}, condiBeans ...interface{... method Iterate (line 1545) | func (engine *Engine) Iterate(bean interface{}, fun IterFunc) error { method Rows (line 1553) | func (engine *Engine) Rows(bean interface{}) (*Rows, error) { method Count (line 1559) | func (engine *Engine) Count(bean interface{}) (int64, error) { method Sum (line 1566) | func (engine *Engine) Sum(bean interface{}, colName string) (float64, ... method Sums (line 1573) | func (engine *Engine) Sums(bean interface{}, colNames ...string) ([]fl... method SumsInt (line 1580) | func (engine *Engine) SumsInt(bean interface{}, colNames ...string) ([... method ImportFile (line 1587) | func (engine *Engine) ImportFile(ddlPath string) ([]sql.Result, error) { method Import (line 1597) | func (engine *Engine) Import(r io.Reader) ([]sql.Result, error) { method TZTime (line 1636) | func (engine *Engine) TZTime(t time.Time) time.Time { method NowTime (line 1644) | func (engine *Engine) NowTime(sqlTypeName string) interface{} { method NowTime2 (line 1650) | func (engine *Engine) NowTime2(sqlTypeName string) (interface{}, time.... method FormatTime (line 1656) | func (engine *Engine) FormatTime(sqlTypeName string, t time.Time) (v i... method formatColTime (line 1660) | func (engine *Engine) formatColTime(col *core.Column, t time.Time) (v ... method formatTime (line 1669) | func (engine *Engine) formatTime(tz *time.Location, sqlTypeName string... method Unscoped (line 1707) | func (engine *Engine) Unscoped() *Session { type Table (line 872) | type Table struct function addIndex (line 883) | func addIndex(indexName string, table *core.Table, col *core.Column, ind... type TableName (line 905) | type TableName interface FILE: src/github.com/go-xorm/xorm/goracle_driver.go type goracleDriver (line 18) | type goracleDriver struct method Parse (line 21) | func (cfg *goracleDriver) Parse(driverName, dataSourceName string) (*c... FILE: src/github.com/go-xorm/xorm/helpers.go function str2PK (line 20) | func str2PK(s string, tp reflect.Type) (interface{}, error) { function splitTag (line 90) | func splitTag(tag string) (tags []string) { type zeroable (line 110) | type zeroable interface function isZero (line 114) | func isZero(k interface{}) bool { function isStructZero (line 150) | func isStructZero(v reflect.Value) bool { function int64ToIntValue (line 174) | func int64ToIntValue(id int64, tp reflect.Type) reflect.Value { function int64ToInt (line 197) | func int64ToInt(id int64, tp reflect.Type) interface{} { function isPKZero (line 201) | func isPKZero(pk core.PK) bool { function equalNoCase (line 210) | func equalNoCase(s1, s2 string) bool { function indexNoCase (line 214) | func indexNoCase(s, sep string) int { function splitNoCase (line 218) | func splitNoCase(s, sep string) []string { function splitNNoCase (line 226) | func splitNNoCase(s, sep string, n int) []string { function makeArray (line 234) | func makeArray(elem string, count int) []string { function rValue (line 242) | func rValue(bean interface{}) reflect.Value { function rType (line 246) | func rType(bean interface{}) reflect.Type { function structName (line 252) | func structName(v reflect.Type) string { function col2NewCols (line 259) | func col2NewCols(columns ...string) []string { function sliceEq (line 272) | func sliceEq(left, right []string) bool { function reflect2value (line 286) | func reflect2value(rawValue *reflect.Value) (str string, err error) { function value2Bytes (line 330) | func value2Bytes(rawValue *reflect.Value) (data []byte, err error) { function value2String (line 340) | func value2String(rawValue *reflect.Value) (data string, err error) { function rows2Strings (line 348) | func rows2Strings(rows *core.Rows) (resultsSlice []map[string]string, er... function rows2maps (line 364) | func rows2maps(rows *core.Rows) (resultsSlice []map[string][]byte, err e... function row2map (line 380) | func row2map(rows *core.Rows, fields []string) (resultsMap map[string][]... function row2mapStr (line 408) | func row2mapStr(rows *core.Rows, fields []string) (resultsMap map[string... function txQuery2 (line 436) | func txQuery2(tx *core.Tx, sqlStr string, params ...interface{}) (result... function query2 (line 446) | func query2(db *core.DB, sqlStr string, params ...interface{}) (resultsS... function setColumnInt (line 460) | func setColumnInt(bean interface{}, col *core.Column, t int64) { function setColumnTime (line 475) | func setColumnTime(bean interface{}, col *core.Column, t time.Time) { function genCols (line 492) | func genCols(table *core.Table, session *Session, bean interface{}, useC... function indexName (line 581) | func indexName(tableName, idxName string) string { FILE: src/github.com/go-xorm/xorm/logger.go constant DEFAULT_LOG_PREFIX (line 16) | DEFAULT_LOG_PREFIX = "[xorm]" constant DEFAULT_LOG_FLAG (line 17) | DEFAULT_LOG_FLAG = log.Ldate | log.Lmicroseconds constant DEFAULT_LOG_LEVEL (line 18) | DEFAULT_LOG_LEVEL = core.LOG_DEBUG type DiscardLogger (line 23) | type DiscardLogger struct method Debug (line 25) | func (DiscardLogger) Debug(v ...interface{}) {} method Debugf (line 26) | func (DiscardLogger) Debugf(format string, v ...interface{}) {} method Error (line 27) | func (DiscardLogger) Error(v ...interface{}) {} method Errorf (line 28) | func (DiscardLogger) Errorf(format string, v ...interface{}) {} method Info (line 29) | func (DiscardLogger) Info(v ...interface{}) {} method Infof (line 30) | func (DiscardLogger) Infof(format string, v ...interface{}) {} method Warn (line 31) | func (DiscardLogger) Warn(v ...interface{}) {} method Warnf (line 32) | func (DiscardLogger) Warnf(format string, v ...interface{}) {} method Level (line 33) | func (DiscardLogger) Level() core.LogLevel { method SetLevel (line 36) | func (DiscardLogger) SetLevel(l core.LogLevel) {} method ShowSQL (line 37) | func (DiscardLogger) ShowSQL(show ...bool) {} method IsShowSQL (line 38) | func (DiscardLogger) IsShowSQL() bool { type SimpleLogger (line 43) | type SimpleLogger struct method Error (line 76) | func (s *SimpleLogger) Error(v ...interface{}) { method Errorf (line 84) | func (s *SimpleLogger) Errorf(format string, v ...interface{}) { method Debug (line 92) | func (s *SimpleLogger) Debug(v ...interface{}) { method Debugf (line 100) | func (s *SimpleLogger) Debugf(format string, v ...interface{}) { method Info (line 108) | func (s *SimpleLogger) Info(v ...interface{}) { method Infof (line 116) | func (s *SimpleLogger) Infof(format string, v ...interface{}) { method Warn (line 124) | func (s *SimpleLogger) Warn(v ...interface{}) { method Warnf (line 132) | func (s *SimpleLogger) Warnf(format string, v ...interface{}) { method Level (line 140) | func (s *SimpleLogger) Level() core.LogLevel { method SetLevel (line 145) | func (s *SimpleLogger) SetLevel(l core.LogLevel) { method ShowSQL (line 151) | func (s *SimpleLogger) ShowSQL(show ...bool) { method IsShowSQL (line 160) | func (s *SimpleLogger) IsShowSQL() bool { function NewSimpleLogger (line 55) | func NewSimpleLogger(out io.Writer) *SimpleLogger { function NewSimpleLogger2 (line 60) | func NewSimpleLogger2(out io.Writer, prefix string, flag int) *SimpleLog... function NewSimpleLogger3 (line 65) | func NewSimpleLogger3(out io.Writer, prefix string, flag int, l core.Log... FILE: src/github.com/go-xorm/xorm/lru_cacher.go type LRUCacher (line 16) | type LRUCacher struct method RunGC (line 49) | func (m *LRUCacher) RunGC() { method GC (line 57) | func (m *LRUCacher) GC() { method GetIds (line 96) | func (m *LRUCacher) GetIds(tableName, sql string) interface{} { method GetBean (line 125) | func (m *LRUCacher) GetBean(tableName string, id string) interface{} { method clearIds (line 157) | func (m *LRUCacher) clearIds(tableName string) { method ClearIds (line 167) | func (m *LRUCacher) ClearIds(tableName string) { method clearBeans (line 173) | func (m *LRUCacher) clearBeans(tableName string) { method ClearBeans (line 184) | func (m *LRUCacher) ClearBeans(tableName string) { method PutIds (line 190) | func (m *LRUCacher) PutIds(tableName, sql string, ids interface{}) { method PutBean (line 210) | func (m *LRUCacher) PutBean(tableName string, id string, obj interface... method delIds (line 231) | func (m *LRUCacher) delIds(tableName, sql string) { method DelIds (line 241) | func (m *LRUCacher) DelIds(tableName, sql string) { method delBean (line 247) | func (m *LRUCacher) delBean(tableName string, id string) { method DelBean (line 257) | func (m *LRUCacher) DelBean(tableName string, id string) { function NewLRUCacher (line 29) | func NewLRUCacher(store core.CacheStore, maxElementSize int) *LRUCacher { function NewLRUCacher2 (line 33) | func NewLRUCacher2(store core.CacheStore, expired time.Duration, maxElem... type idNode (line 263) | type idNode struct type sqlNode (line 269) | type sqlNode struct function genSqlKey (line 275) | func genSqlKey(sql string, args interface{}) string { function genId (line 279) | func genId(prefix string, id string) string { function newIdNode (line 283) | func newIdNode(tbName string, id string) *idNode { function newSqlNode (line 287) | func newSqlNode(tbName, sql string) *sqlNode { FILE: src/github.com/go-xorm/xorm/memory_store.go type MemoryStore (line 16) | type MemoryStore struct method Put (line 25) | func (s *MemoryStore) Put(key string, value interface{}) error { method Get (line 32) | func (s *MemoryStore) Get(key string) (interface{}, error) { method Del (line 42) | func (s *MemoryStore) Del(key string) error { function NewMemoryStore (line 21) | func NewMemoryStore() *MemoryStore { FILE: src/github.com/go-xorm/xorm/mssql_dialect.go type mssql (line 206) | type mssql struct method Init (line 210) | func (db *mssql) Init(d *core.DB, uri *core.Uri, drivername, dataSourc... method SqlType (line 214) | func (db *mssql) SqlType(c *core.Column) string { method SupportInsertMany (line 268) | func (db *mssql) SupportInsertMany() bool { method IsReserved (line 272) | func (db *mssql) IsReserved(name string) bool { method Quote (line 277) | func (db *mssql) Quote(name string) string { method QuoteStr (line 281) | func (db *mssql) QuoteStr() string { method SupportEngine (line 285) | func (db *mssql) SupportEngine() bool { method AutoIncrStr (line 289) | func (db *mssql) AutoIncrStr() string { method DropTableSql (line 293) | func (db *mssql) DropTableSql(tableName string) string { method SupportCharset (line 299) | func (db *mssql) SupportCharset() bool { method IndexOnTable (line 303) | func (db *mssql) IndexOnTable() bool { method IndexCheckSql (line 307) | func (db *mssql) IndexCheckSql(tableName, idxName string) (string, []i... method IsColumnExist (line 319) | func (db *mssql) IsColumnExist(tableName, colName string) (bool, error) { method TableCheckSql (line 325) | func (db *mssql) TableCheckSql(tableName string) (string, []interface{... method GetColumns (line 331) | func (db *mssql) GetColumns(tableName string) ([]string, map[string]*c... method GetTables (line 391) | func (db *mssql) GetTables() ([]*core.Table, error) { method GetIndexes (line 416) | func (db *mssql) GetIndexes(tableName string) (map[string]*core.Index,... method CreateTableSql (line 477) | func (db *mssql) CreateTableSql(table *core.Table, tableName, storeEng... method ForUpdateSql (line 511) | func (db *mssql) ForUpdateSql(query string) string { method Filters (line 515) | func (db *mssql) Filters() []core.Filter { FILE: src/github.com/go-xorm/xorm/mymysql_driver.go type mymysqlDriver (line 15) | type mymysqlDriver struct method Parse (line 18) | func (p *mymysqlDriver) Parse(driverName, dataSourceName string) (*cor... FILE: src/github.com/go-xorm/xorm/mysql_dialect.go type mysql (line 163) | type mysql struct method Init (line 176) | func (db *mysql) Init(d *core.DB, uri *core.Uri, drivername, dataSourc... method SqlType (line 180) | func (db *mysql) SqlType(c *core.Column) string { method SupportInsertMany (line 246) | func (db *mysql) SupportInsertMany() bool { method IsReserved (line 250) | func (db *mysql) IsReserved(name string) bool { method Quote (line 255) | func (db *mysql) Quote(name string) string { method QuoteStr (line 259) | func (db *mysql) QuoteStr() string { method SupportEngine (line 263) | func (db *mysql) SupportEngine() bool { method AutoIncrStr (line 267) | func (db *mysql) AutoIncrStr() string { method SupportCharset (line 271) | func (db *mysql) SupportCharset() bool { method IndexOnTable (line 275) | func (db *mysql) IndexOnTable() bool { method IndexCheckSql (line 279) | func (db *mysql) IndexCheckSql(tableName, idxName string) (string, []i... method TableCheckSql (line 292) | func (db *mysql) TableCheckSql(tableName string) (string, []interface{... method GetColumns (line 298) | func (db *mysql) GetColumns(tableName string) ([]string, map[string]*c... method GetTables (line 407) | func (db *mysql) GetTables() ([]*core.Table, error) { method GetIndexes (line 436) | func (db *mysql) GetIndexes(tableName string) (map[string]*core.Index,... method Filters (line 487) | func (db *mysql) Filters() []core.Filter { FILE: src/github.com/go-xorm/xorm/mysql_driver.go type mysqlDriver (line 14) | type mysqlDriver struct method Parse (line 17) | func (p *mysqlDriver) Parse(driverName, dataSourceName string) (*core.... FILE: src/github.com/go-xorm/xorm/oci8_driver.go type oci8Driver (line 14) | type oci8Driver struct method Parse (line 19) | func (p *oci8Driver) Parse(driverName, dataSourceName string) (*core.U... FILE: src/github.com/go-xorm/xorm/odbc_driver.go type odbcDriver (line 14) | type odbcDriver struct method Parse (line 17) | func (p *odbcDriver) Parse(driverName, dataSourceName string) (*core.U... FILE: src/github.com/go-xorm/xorm/oracle_dialect.go type oracle (line 500) | type oracle struct method Init (line 504) | func (db *oracle) Init(d *core.DB, uri *core.Uri, drivername, dataSour... method SqlType (line 508) | func (db *oracle) SqlType(c *core.Column) string { method AutoIncrStr (line 539) | func (db *oracle) AutoIncrStr() string { method SupportInsertMany (line 543) | func (db *oracle) SupportInsertMany() bool { method IsReserved (line 547) | func (db *oracle) IsReserved(name string) bool { method Quote (line 552) | func (db *oracle) Quote(name string) string { method QuoteStr (line 556) | func (db *oracle) QuoteStr() string { method SupportEngine (line 560) | func (db *oracle) SupportEngine() bool { method SupportCharset (line 564) | func (db *oracle) SupportCharset() bool { method SupportDropIfExists (line 568) | func (db *oracle) SupportDropIfExists() bool { method IndexOnTable (line 572) | func (db *oracle) IndexOnTable() bool { method DropTableSql (line 576) | func (db *oracle) DropTableSql(tableName string) string { method CreateTableSql (line 580) | func (b *oracle) CreateTableSql(table *core.Table, tableName, storeEng... method IndexCheckSql (line 623) | func (db *oracle) IndexCheckSql(tableName, idxName string) (string, []... method TableCheckSql (line 629) | func (db *oracle) TableCheckSql(tableName string) (string, []interface... method MustDropTable (line 634) | func (db *oracle) MustDropTable(tableName string) error { method IsColumnExist (line 661) | func (db *oracle) IsColumnExist(tableName, colName string) (bool, erro... method GetColumns (line 679) | func (db *oracle) GetColumns(tableName string) ([]string, map[string]*... method GetTables (line 777) | func (db *oracle) GetTables() ([]*core.Table, error) { method GetIndexes (line 801) | func (db *oracle) GetIndexes(tableName string) (map[string]*core.Index... method Filters (line 844) | func (db *oracle) Filters() []core.Filter { FILE: src/github.com/go-xorm/xorm/postgres_dialect.go type postgres (line 768) | type postgres struct method Init (line 772) | func (db *postgres) Init(d *core.DB, uri *core.Uri, drivername, dataSo... method SqlType (line 776) | func (db *postgres) SqlType(c *core.Column) string { method SupportInsertMany (line 826) | func (db *postgres) SupportInsertMany() bool { method IsReserved (line 830) | func (db *postgres) IsReserved(name string) bool { method Quote (line 835) | func (db *postgres) Quote(name string) string { method QuoteStr (line 840) | func (db *postgres) QuoteStr() string { method AutoIncrStr (line 844) | func (db *postgres) AutoIncrStr() string { method SupportEngine (line 848) | func (db *postgres) SupportEngine() bool { method SupportCharset (line 852) | func (db *postgres) SupportCharset() bool { method IndexOnTable (line 856) | func (db *postgres) IndexOnTable() bool { method IndexCheckSql (line 860) | func (db *postgres) IndexCheckSql(tableName, idxName string) (string, ... method TableCheckSql (line 866) | func (db *postgres) TableCheckSql(tableName string) (string, []interfa... method ModifyColumnSql (line 877) | func (db *postgres) ModifyColumnSql(tableName string, col *core.Column... method DropIndexSql (line 882) | func (db *postgres) DropIndexSql(tableName string, index *core.Index) ... method IsColumnExist (line 897) | func (db *postgres) IsColumnExist(tableName, colName string) (bool, er... method GetColumns (line 912) | func (db *postgres) GetColumns(tableName string) ([]string, map[string... method GetTables (line 1014) | func (db *postgres) GetTables() ([]*core.Table, error) { method GetIndexes (line 1040) | func (db *postgres) GetIndexes(tableName string) (map[string]*core.Ind... method Filters (line 1089) | func (db *postgres) Filters() []core.Filter { FILE: src/github.com/go-xorm/xorm/pq_driver.go type pqDriver (line 17) | type pqDriver struct method Parse (line 98) | func (p *pqDriver) Parse(driverName, dataSourceName string) (*core.Uri... type values (line 20) | type values method Set (line 22) | func (vs values) Set(k, v string) { method Get (line 26) | func (vs values) Get(k string) (v string) { function errorf (line 30) | func errorf(s string, args ...interface{}) { function parseURL (line 34) | func parseURL(connstr string) (string, error) { function parseOpts (line 81) | func parseOpts(name string, o values) { FILE: src/github.com/go-xorm/xorm/processors.go type BeforeInsertProcessor (line 8) | type BeforeInsertProcessor interface type BeforeUpdateProcessor (line 13) | type BeforeUpdateProcessor interface type BeforeDeleteProcessor (line 18) | type BeforeDeleteProcessor interface type BeforeSetProcessor (line 22) | type BeforeSetProcessor interface type AfterSetProcessor (line 26) | type AfterSetProcessor interface type AfterInsertProcessor (line 38) | type AfterInsertProcessor interface type AfterUpdateProcessor (line 43) | type AfterUpdateProcessor interface type AfterDeleteProcessor (line 48) | type AfterDeleteProcessor interface FILE: src/github.com/go-xorm/xorm/rows.go type Rows (line 16) | type Rows struct method Next (line 91) | func (rows *Rows) Next() bool { method Err (line 103) | func (rows *Rows) Err() error { method Scan (line 108) | func (rows *Rows) Scan(bean interface{}) error { method Close (line 121) | func (rows *Rows) Close() error { function newRows (line 28) | func newRows(session *Session, bean interface{}) (*Rows, error) { FILE: src/github.com/go-xorm/xorm/session.go type Session (line 24) | type Session struct method Clone (line 58) | func (session *Session) Clone() *Session { method Init (line 64) | func (session *Session) Init() { method Close (line 85) | func (session *Session) Close() { method resetStatement (line 103) | func (session *Session) resetStatement() { method Prepare (line 110) | func (session *Session) Prepare() *Session { method Sql (line 116) | func (session *Session) Sql(querystring string, args ...interface{}) *... method SQL (line 123) | func (session *Session) SQL(querystring string, args ...interface{}) *... method Where (line 129) | func (session *Session) Where(querystring string, args ...interface{})... method And (line 135) | func (session *Session) And(querystring string, args ...interface{}) *... method Or (line 141) | func (session *Session) Or(querystring string, args ...interface{}) *S... method Id (line 147) | func (session *Session) Id(id interface{}) *Session { method ID (line 153) | func (session *Session) ID(id interface{}) *Session { method Before (line 159) | func (session *Session) Before(closures func(interface{})) *Session { method After (line 167) | func (session *Session) After(closures func(interface{})) *Session { method Table (line 175) | func (session *Session) Table(tableNameOrBean interface{}) *Session { method Alias (line 181) | func (session *Session) Alias(alias string) *Session { method In (line 187) | func (session *Session) In(column string, args ...interface{}) *Session { method Incr (line 193) | func (session *Session) Incr(column string, arg ...interface{}) *Sessi... method Decr (line 199) | func (session *Session) Decr(column string, arg ...interface{}) *Sessi... method SetExpr (line 205) | func (session *Session) SetExpr(column string, expression string) *Ses... method Select (line 211) | func (session *Session) Select(str string) *Session { method Cols (line 217) | func (session *Session) Cols(columns ...string) *Session { method AllCols (line 223) | func (session *Session) AllCols() *Session { method MustCols (line 229) | func (session *Session) MustCols(columns ...string) *Session { method NoCascade (line 235) | func (session *Session) NoCascade() *Session { method UseBool (line 245) | func (session *Session) UseBool(columns ...string) *Session { method Distinct (line 253) | func (session *Session) Distinct(columns ...string) *Session { method ForUpdate (line 259) | func (session *Session) ForUpdate() *Session { method Omit (line 265) | func (session *Session) Omit(columns ...string) *Session { method Nullable (line 271) | func (session *Session) Nullable(columns ...string) *Session { method NoAutoTime (line 278) | func (session *Session) NoAutoTime() *Session { method NoAutoCondition (line 284) | func (session *Session) NoAutoCondition(no ...bool) *Session { method Limit (line 290) | func (session *Session) Limit(limit int, start ...int) *Session { method OrderBy (line 297) | func (session *Session) OrderBy(order string) *Session { method Desc (line 303) | func (session *Session) Desc(colNames ...string) *Session { method Asc (line 309) | func (session *Session) Asc(colNames ...string) *Session { method StoreEngine (line 315) | func (session *Session) StoreEngine(storeEngine string) *Session { method Charset (line 321) | func (session *Session) Charset(charset string) *Session { method Cascade (line 327) | func (session *Session) Cascade(trueOrFalse ...bool) *Session { method NoCache (line 336) | func (session *Session) NoCache() *Session { method Join (line 342) | func (session *Session) Join(joinOperator string, tablename interface{... method GroupBy (line 348) | func (session *Session) GroupBy(keys string) *Session { method Having (line 354) | func (session *Session) Having(conditions string) *Session { method DB (line 360) | func (session *Session) DB() *core.DB { method Begin (line 369) | func (session *Session) Begin() error { method Rollback (line 384) | func (session *Session) Rollback() error { method Commit (line 394) | func (session *Session) Commit() error { method scanMapIntoStruct (line 452) | func (session *Session) scanMapIntoStruct(obj interface{}, objMap map[... method innerExec (line 499) | func (session *Session) innerExec(sqlStr string, args ...interface{}) ... method exec (line 516) | func (session *Session) exec(sqlStr string, args ...interface{}) (sql.... method Exec (line 540) | func (session *Session) Exec(sqlStr string, args ...interface{}) (sql.... method CreateTable (line 550) | func (session *Session) CreateTable(bean interface{}) error { method CreateIndexes (line 563) | func (session *Session) CreateIndexes(bean interface{}) error { method CreateUniques (line 583) | func (session *Session) CreateUniques(bean interface{}) error { method createOneTable (line 602) | func (session *Session) createOneTable() error { method createAll (line 609) | func (session *Session) createAll() error { method DropIndexes (line 627) | func (session *Session) DropIndexes(bean interface{}) error { method DropTable (line 647) | func (session *Session) DropTable(beanOrTableName interface{}) error { method canCache (line 671) | func (session *Session) canCache() bool { method cacheGet (line 682) | func (session *Session) cacheGet(bean interface{}, sqlStr string, args... method cacheFind (line 781) | func (session *Session) cacheFind(t reflect.Type, sqlStr string, rowsS... method Rows (line 976) | func (session *Session) Rows(bean interface{}) (*Rows, error) { method Iterate (line 983) | func (session *Session) Iterate(bean interface{}, fun IterFunc) error { method doPrepare (line 1006) | func (session *Session) doPrepare(sqlStr string) (stmt *core.Stmt, err... method Get (line 1023) | func (session *Session) Get(bean interface{}) (bool, error) { method Count (line 1081) | func (session *Session) Count(bean interface{}) (int64, error) { method Sum (line 1113) | func (session *Session) Sum(bean interface{}, columnName string) (floa... method Sums (line 1145) | func (session *Session) Sums(bean interface{}, columnNames ...string) ... method SumsInt (line 1177) | func (session *Session) SumsInt(bean interface{}, columnNames ...strin... method Find (line 1211) | func (session *Session) Find(rowsSlicePtr interface{}, condiBean ...in... method Ping (line 1430) | func (session *Session) Ping() error { method IsTableExist (line 1440) | func (session *Session) IsTableExist(beanOrTableName interface{}) (boo... method isTableExist (line 1449) | func (session *Session) isTableExist(tableName string) (bool, error) { method IsTableEmpty (line 1460) | func (session *Session) IsTableEmpty(bean interface{}) (bool, error) { method isTableEmpty (line 1473) | func (session *Session) isTableEmpty(tableName string) (bool, error) { method isIndexExist (line 1490) | func (session *Session) isIndexExist(tableName, idxName string, unique... method isIndexExist2 (line 1507) | func (session *Session) isIndexExist2(tableName string, cols []string,... method addColumn (line 1529) | func (session *Session) addColumn(colName string) error { method addIndex (line 1541) | func (session *Session) addIndex(tableName, idxName string) error { method addUnique (line 1553) | func (session *Session) addUnique(tableName, uqeName string) error { method dropAll (line 1565) | func (session *Session) dropAll() error { method getField (line 1583) | func (session *Session) getField(dataStruct *reflect.Value, key string... method rows2Beans (line 1607) | func (session *Session) rows2Beans(rows *core.Rows, fields []string, f... method row2Bean (line 1623) | func (session *Session) row2Bean(rows *core.Rows, fields []string, fie... method _row2Bean (line 1634) | func (session *Session) _row2Bean(rows *core.Rows, fields []string, fi... method queryPreprocess (line 2103) | func (session *Session) queryPreprocess(sqlStr *string, paramStr ...in... method query (line 2111) | func (session *Session) query(sqlStr string, paramStr ...interface{}) ... method txQuery (line 2121) | func (session *Session) txQuery(tx *core.Tx, sqlStr string, params ...... method innerQuery (line 2131) | func (session *Session) innerQuery(sqlStr string, params ...interface{... method innerQuery2 (line 2161) | func (session *Session) innerQuery2(sqlStr string, params ...interface... method Query (line 2173) | func (session *Session) Query(sqlStr string, paramStr ...interface{}) ... method query2 (line 2184) | func (session *Session) query2(sqlStr string, paramStr ...interface{})... method Insert (line 2194) | func (session *Session) Insert(beans ...interface{}) (int64, error) { method innerInsertMulti (line 2238) | func (session *Session) innerInsertMulti(rowsSlicePtr interface{}) (in... method InsertMulti (line 2439) | func (session *Session) InsertMulti(rowsSlicePtr interface{}) (int64, ... method str2Time (line 2458) | func (session *Session) str2Time(col *core.Column, data string) (outTi... method byte2Time (line 2526) | func (session *Session) byte2Time(col *core.Column, data []byte) (outT... method bytes2Value (line 2531) | func (session *Session) bytes2Value(col *core.Column, fieldValue *refl... method value2Interface (line 2981) | func (session *Session) value2Interface(col *core.Column, fieldValue r... method innerInsert (line 3105) | func (session *Session) innerInsert(bean interface{}) (int64, error) { method InsertOne (line 3327) | func (session *Session) InsertOne(bean interface{}) (int64, error) { method cacheInsert (line 3336) | func (session *Session) cacheInsert(tables ...string) error { method cacheUpdate (line 3352) | func (session *Session) cacheUpdate(sqlStr string, args ...interface{}... method Update (line 3480) | func (session *Session) Update(bean interface{}, condiBean ...interfac... method cacheDelete (line 3710) | func (session *Session) cacheDelete(sqlStr string, args ...interface{}... method Delete (line 3775) | func (session *Session) Delete(bean interface{}) (int64, error) { method saveLastSQL (line 3963) | func (session *Session) saveLastSQL(sql string, args ...interface{}) { method LastSQL (line 3970) | func (session *Session) LastSQL() (string, []interface{}) { method tbNameNoSchema (line 3975) | func (session *Session) tbNameNoSchema(table *core.Table) string { method Sync2 (line 3984) | func (session *Session) Sync2(beans ...interface{}) error { method Unscoped (line 4176) | func (session *Session) Unscoped() *Session { function cleanupProcessorsClosures (line 446) | func cleanupProcessorsClosures(slices *[]func(interface{})) { type IterFunc (line 972) | type IterFunc type Cell (line 1605) | type Cell FILE: src/github.com/go-xorm/xorm/sqlite3_dialect.go type sqlite3 (line 150) | type sqlite3 struct method Init (line 154) | func (db *sqlite3) Init(d *core.DB, uri *core.Uri, drivername, dataSou... method SqlType (line 158) | func (db *sqlite3) SqlType(c *core.Column) string { method FormatBytes (line 192) | func (db *sqlite3) FormatBytes(bs []byte) string { method SupportInsertMany (line 196) | func (db *sqlite3) SupportInsertMany() bool { method IsReserved (line 200) | func (db *sqlite3) IsReserved(name string) bool { method Quote (line 205) | func (db *sqlite3) Quote(name string) string { method QuoteStr (line 209) | func (db *sqlite3) QuoteStr() string { method AutoIncrStr (line 213) | func (db *sqlite3) AutoIncrStr() string { method SupportEngine (line 217) | func (db *sqlite3) SupportEngine() bool { method SupportCharset (line 221) | func (db *sqlite3) SupportCharset() bool { method IndexOnTable (line 225) | func (db *sqlite3) IndexOnTable() bool { method IndexCheckSql (line 229) | func (db *sqlite3) IndexCheckSql(tableName, idxName string) (string, [... method TableCheckSql (line 234) | func (db *sqlite3) TableCheckSql(tableName string) (string, []interfac... method DropIndexSql (line 239) | func (db *sqlite3) DropIndexSql(tableName string, index *core.Index) s... method ForUpdateSql (line 254) | func (db *sqlite3) ForUpdateSql(query string) string { method IsColumnExist (line 264) | func (db *sqlite3) IsColumnExist(tableName, colName string) (bool, err... method GetColumns (line 280) | func (db *sqlite3) GetColumns(tableName string) ([]string, map[string]... method GetTables (line 349) | func (db *sqlite3) GetTables() ([]*core.Table, error) { method GetIndexes (line 375) | func (db *sqlite3) GetIndexes(tableName string) (map[string]*core.Inde... method Filters (line 433) | func (db *sqlite3) Filters() []core.Filter { FILE: src/github.com/go-xorm/xorm/sqlite3_driver.go type sqlite3Driver (line 15) | type sqlite3Driver struct method Parse (line 18) | func (p *sqlite3Driver) Parse(driverName, dataSourceName string) (*cor... FILE: src/github.com/go-xorm/xorm/statement.go type inParam (line 20) | type inParam struct type incrParam (line 25) | type incrParam struct type decrParam (line 30) | type decrParam struct type exprParam (line 35) | type exprParam struct type Statement (line 41) | type Statement struct method Init (line 87) | func (statement *Statement) Init() { method NoAutoCondition (line 129) | func (statement *Statement) NoAutoCondition(no ...bool) *Statement { method Sql (line 138) | func (statement *Statement) Sql(querystring string, args ...interface{... method Alias (line 145) | func (statement *Statement) Alias(alias string) *Statement { method Where (line 151) | func (statement *Statement) Where(querystring string, args ...interfac... method And (line 166) | func (statement *Statement) And(querystring string, args ...interface{... method Or (line 180) | func (statement *Statement) Or(querystring string, args ...interface{}... method setRefValue (line 193) | func (statement *Statement) setRefValue(v reflect.Value) { method Table (line 199) | func (statement *Statement) Table(tableNameOrBean interface{}) *Statem... method needTableName (line 446) | func (statement *Statement) needTableName() bool { method colName (line 450) | func (statement *Statement) colName(col *core.Column, tableName string... method TableName (line 684) | func (statement *Statement) TableName() string { method Id (line 693) | func (statement *Statement) Id(id interface{}) *Statement { method Incr (line 721) | func (statement *Statement) Incr(column string, arg ...interface{}) *S... method Decr (line 732) | func (statement *Statement) Decr(column string, arg ...interface{}) *S... method SetExpr (line 743) | func (statement *Statement) SetExpr(column string, expression string) ... method getInc (line 750) | func (statement *Statement) getInc() map[string]incrParam { method getDec (line 755) | func (statement *Statement) getDec() map[string]decrParam { method getExpr (line 760) | func (statement *Statement) getExpr() map[string]exprParam { method In (line 765) | func (statement *Statement) In(column string, args ...interface{}) *St... method genInSql (line 792) | func (statement *Statement) genInSql() (string, []interface{}) { method attachInSql (line 817) | func (statement *Statement) attachInSql() { method col2NewColsWithQuote (line 828) | func (statement *Statement) col2NewColsWithQuote(columns ...string) []... method Distinct (line 850) | func (statement *Statement) Distinct(columns ...string) *Statement { method ForUpdate (line 857) | func (statement *Statement) ForUpdate() *Statement { method Select (line 863) | func (s *Statement) Select(str string) *Statement { method Cols (line 869) | func (statement *Statement) Cols(columns ...string) *Statement { method AllCols (line 883) | func (statement *Statement) AllCols() *Statement { method MustCols (line 889) | func (statement *Statement) MustCols(columns ...string) *Statement { method UseBool (line 898) | func (statement *Statement) UseBool(columns ...string) *Statement { method Omit (line 908) | func (statement *Statement) Omit(columns ...string) { method Nullable (line 917) | func (statement *Statement) Nullable(columns ...string) { method Top (line 925) | func (statement *Statement) Top(limit int) *Statement { method Limit (line 931) | func (statement *Statement) Limit(limit int, start ...int) *Statement { method OrderBy (line 940) | func (statement *Statement) OrderBy(order string) *Statement { method Desc (line 949) | func (statement *Statement) Desc(colNames ...string) *Statement { method Asc (line 962) | func (statement *Statement) Asc(colNames ...string) *Statement { method Join (line 975) | func (statement *Statement) Join(joinOP string, tablename interface{},... method GroupBy (line 1022) | func (statement *Statement) GroupBy(keys string) *Statement { method Having (line 1028) | func (statement *Statement) Having(conditions string) *Statement { method Unscoped (line 1034) | func (statement *Statement) Unscoped() *Statement { method genColumnStr (line 1039) | func (statement *Statement) genColumnStr() string { method genCreateTableSQL (line 1077) | func (statement *Statement) genCreateTableSQL() string { method genIndexSQL (line 1082) | func (s *Statement) genIndexSQL() []string { method genUniqueSQL (line 1100) | func (s *Statement) genUniqueSQL() []string { method genDelIndexSQL (line 1112) | func (s *Statement) genDelIndexSQL() []string { method genGetSql (line 1131) | func (statement *Statement) genGetSql(bean interface{}) (string, []int... method genAddColumnStr (line 1172) | func (s *Statement) genAddColumnStr(col *core.Column) (string, []inter... method buildConditions (line 1193) | func (statement *Statement) buildConditions(table *core.Table, bean in... method genCountSql (line 1198) | func (statement *Statement) genCountSql(bean interface{}) (string, []i... method genSumSql (line 1219) | func (statement *Statement) genSumSql(bean interface{}, columns ...str... method genSelectSQL (line 1239) | func (statement *Statement) genSelectSQL(columnStr string) (a string) { method processIdParam (line 1346) | func (statement *Statement) processIdParam() { method JoinColumns (line 1367) | func (statement *Statement) JoinColumns(cols []*core.Column, includeTa... method convertIdSql (line 1380) | func (statement *Statement) convertIdSql(sqlStr string) string { method convertUpdateSQL (line 1400) | func (statement *Statement) convertUpdateSQL(sqlStr string) (string, s... function buildUpdates (line 212) | func buildUpdates(engine *Engine, table *core.Table, bean interface{}, function buildConditions (line 462) | func buildConditions(engine *Engine, table *core.Table, bean interface{}, function uniqueName (line 1096) | func uniqueName(tableName, uqeName string) string { FILE: src/github.com/go-xorm/xorm/syslogger.go type SyslogLogger (line 19) | type SyslogLogger struct method Debug (line 28) | func (s *SyslogLogger) Debug(v ...interface{}) { method Debugf (line 32) | func (s *SyslogLogger) Debugf(format string, v ...interface{}) { method Error (line 36) | func (s *SyslogLogger) Error(v ...interface{}) { method Errorf (line 40) | func (s *SyslogLogger) Errorf(format string, v ...interface{}) { method Info (line 44) | func (s *SyslogLogger) Info(v ...interface{}) { method Infof (line 48) | func (s *SyslogLogger) Infof(format string, v ...interface{}) { method Warn (line 52) | func (s *SyslogLogger) Warn(v ...interface{}) { method Warnf (line 56) | func (s *SyslogLogger) Warnf(format string, v ...interface{}) { method Level (line 60) | func (s *SyslogLogger) Level() core.LogLevel { method SetLevel (line 65) | func (s *SyslogLogger) SetLevel(l core.LogLevel) {} method ShowSQL (line 67) | func (s *SyslogLogger) ShowSQL(show ...bool) { method IsShowSQL (line 75) | func (s *SyslogLogger) IsShowSQL() bool { function NewSyslogLogger (line 24) | func NewSyslogLogger(w *syslog.Writer) *SyslogLogger { FILE: src/github.com/go-xorm/xorm/xorm.go constant Version (line 20) | Version string = "0.5.5.0711" function regDrvsNDialects (line 23) | func regDrvsNDialects() bool { function close (line 48) | func close(engine *Engine) { function NewEngine (line 54) | func NewEngine(driverName string, dataSourceName string) (*Engine, error) { method Clone (line 101) | func (engine *Engine) Clone() (*Engine, error) { FILE: src/github.com/golang/glog/glog.go type severity (line 95) | type severity method get (line 118) | func (s *severity) get() severity { method set (line 123) | func (s *severity) set(val severity) { method String (line 128) | func (s *severity) String() string { method Get (line 133) | func (s *severity) Get() interface{} { method Set (line 138) | func (s *severity) Set(value string) error { constant infoLog (line 101) | infoLog severity = iota constant warningLog (line 102) | warningLog constant errorLog (line 103) | errorLog constant fatalLog (line 104) | fatalLog constant numSeverity (line 105) | numSeverity = 4 constant severityChar (line 108) | severityChar = "IWEF" function severityByName (line 154) | func severityByName(s string) (severity, bool) { type OutputStats (line 165) | type OutputStats struct method Lines (line 171) | func (s *OutputStats) Lines() int64 { method Bytes (line 176) | func (s *OutputStats) Bytes() int64 { type Level (line 204) | type Level method get (line 207) | func (l *Level) get() Level { method set (line 212) | func (l *Level) set(val Level) { method String (line 217) | func (l *Level) String() string { method Get (line 222) | func (l *Level) Get() interface{} { method Set (line 227) | func (l *Level) Set(value string) error { type moduleSpec (line 239) | type moduleSpec struct method String (line 261) | func (m *moduleSpec) String() string { method Get (line 277) | func (m *moduleSpec) Get() interface{} { method Set (line 284) | func (m *moduleSpec) Set(value string) error { type modulePat (line 245) | type modulePat struct method match (line 253) | func (m *modulePat) match(file string) bool { function isLiteral (line 317) | func isLiteral(pattern string) bool { type traceLocation (line 322) | type traceLocation struct method isSet (line 329) | func (t *traceLocation) isSet() bool { method match (line 336) | func (t *traceLocation) match(file string, line int) bool { method String (line 346) | func (t *traceLocation) String() string { method Get (line 355) | func (t *traceLocation) Get() interface{} { method Set (line 363) | func (t *traceLocation) Set(value string) error { type flushSyncWriter (line 392) | type flushSyncWriter interface function init (line 398) | func init() { function Flush (line 414) | func Flush() { type loggingT (line 419) | type loggingT struct method setVState (line 469) | func (l *loggingT) setVState(verbosity Level, filter []modulePat, setF... method getBuffer (line 488) | func (l *loggingT) getBuffer() *buffer { method putBuffer (line 505) | func (l *loggingT) putBuffer(b *buffer) { method header (line 535) | func (l *loggingT) header(s severity, depth int) (*buffer, string, int) { method formatHeader (line 550) | func (l *loggingT) formatHeader(s severity, file string, line int) *bu... method println (line 630) | func (l *loggingT) println(depth int, s severity, args ...interface{}) { method print (line 636) | func (l *loggingT) print(s severity, args ...interface{}) { method printDepth (line 640) | func (l *loggingT) printDepth(s severity, depth int, args ...interface... method printf (line 649) | func (l *loggingT) printf(depth int, s severity, format string, args .... method printWithFileLine (line 661) | func (l *loggingT) printWithFileLine(s severity, file string, line int... method output (line 671) | func (l *loggingT) output(s severity, buf *buffer, file string, line i... method exit (line 787) | func (l *loggingT) exit(err error) { method createFiles (line 861) | func (l *loggingT) createFiles(sev severity) error { method flushDaemon (line 881) | func (l *loggingT) flushDaemon() { method lockAndFlushAll (line 888) | func (l *loggingT) lockAndFlushAll() { method flushAll (line 896) | func (l *loggingT) flushAll() { method setV (line 961) | func (l *loggingT) setV(pc uintptr) Level { type buffer (line 459) | type buffer struct method twoDigits (line 594) | func (buf *buffer) twoDigits(i, d int) { method nDigits (line 603) | func (buf *buffer) nDigits(n, i, d int, pad byte) { method someDigits (line 615) | func (buf *buffer) someDigits(i, d int) int { constant digits (line 591) | digits = "0123456789" function timeoutFlush (line 746) | func timeoutFlush(timeout time.Duration) { function stacks (line 760) | func stacks(all bool) []byte { type syncBuffer (line 802) | type syncBuffer struct method Sync (line 810) | func (sb *syncBuffer) Sync() error { method Write (line 814) | func (sb *syncBuffer) Write(p []byte) (n int, err error) { method rotateFile (line 829) | func (sb *syncBuffer) rotateFile(now time.Time) error { constant bufferSize (line 857) | bufferSize = 256 * 1024 constant flushInterval (line 878) | flushInterval = 30 * time.Second function CopyStandardLogTo (line 914) | func CopyStandardLogTo(name string) { type logBridge (line 927) | type logBridge method Write (line 931) | func (lb logBridge) Write(b []byte) (n int, err error) { type Verbose (line 983) | type Verbose method Info (line 1030) | func (v Verbose) Info(args ...interface{}) { method Infoln (line 1038) | func (v Verbose) Infoln(args ...interface{}) { method Infof (line 1046) | func (v Verbose) Infof(format string, args ...interface{}) { function V (line 999) | func V(level Level) Verbose { function Info (line 1054) | func Info(args ...interface{}) { function InfoDepth (line 1060) | func InfoDepth(depth int, args ...interface{}) { function InfofDepth (line 1063) | func InfofDepth(depth int, format string, args ...interface{}) { function Infoln (line 1069) | func Infoln(args ...interface{}) { function Infof (line 1075) | func Infof(format string, args ...interface{}) { function Warning (line 1081) | func Warning(args ...interface{}) { function WarningDepth (line 1087) | func WarningDepth(depth int, args ...interface{}) { function Warningln (line 1093) | func Warningln(args ...interface{}) { function Warningf (line 1099) | func Warningf(format string, args ...interface{}) { function Error (line 1105) | func Error(args ...interface{}) { function ErrorDepth (line 1111) | func ErrorDepth(depth int, args ...interface{}) { function ErrorfDepth (line 1115) | func ErrorfDepth(depth int, format string, args ...interface{}) { function Errorln (line 1121) | func Errorln(args ...interface{}) { function Errorf (line 1127) | func Errorf(format string, args ...interface{}) { function Fatal (line 1134) | func Fatal(args ...interface{}) { function FatalDepth (line 1140) | func FatalDepth(depth int, args ...interface{}) { function Fatalln (line 1147) | func Fatalln(args ...interface{}) { function Fatalf (line 1154) | func Fatalf(format string, args ...interface{}) { function Exit (line 1164) | func Exit(args ...interface{}) { function ExitDepth (line 1171) | func ExitDepth(depth int, args ...interface{}) { function Exitln (line 1177) | func Exitln(args ...interface{}) { function Exitf (line 1184) | func Exitf(format string, args ...interface{}) { FILE: src/github.com/golang/glog/glog_file.go function createLogDirs (line 43) | func createLogDirs() { function init (line 57) | func init() { function shortHostname (line 74) | func shortHostname(hostname string) string { function logName (line 83) | func logName(tag string, t time.Time) (name, link string) { function create (line 105) | func create(tag string, t time.Time) (f *os.File, filename string, err e... FILE: src/github.com/golang/glog/glog_test.go function TestShortHostname (line 32) | func TestShortHostname(t *testing.T) { type flushBuffer (line 45) | type flushBuffer struct method Flush (line 49) | func (f *flushBuffer) Flush() error { method Sync (line 53) | func (f *flushBuffer) Sync() error { method swap (line 58) | func (l *loggingT) swap(writers [numSeverity]flushSyncWriter) (old [numS... method newBuffers (line 69) | func (l *loggingT) newBuffers() [numSeverity]flushSyncWriter { function contents (line 74) | func contents(s severity) string { function contains (line 79) | func contains(s severity, str string, t *testing.T) bool { function setFlags (line 84) | func setFlags() { function TestInfo (line 89) | func TestInfo(t *testing.T) { function TestInfoDepth (line 101) | func TestInfoDepth(t *testing.T) { function init (line 145) | func init() { function TestCopyStandardLogToPanic (line 150) | func TestCopyStandardLogToPanic(t *testing.T) { function TestStandardLog (line 160) | func TestStandardLog(t *testing.T) { function TestHeader (line 173) | func TestHeader(t *testing.T) { function TestError (line 199) | func TestError(t *testing.T) { function TestWarning (line 221) | func TestWarning(t *testing.T) { function TestV (line 238) | func TestV(t *testing.T) { function TestVmoduleOn (line 253) | func TestVmoduleOn(t *testing.T) { function TestVmoduleOff (line 277) | func TestVmoduleOff(t *testing.T) { function testVmoduleGlob (line 312) | func testVmoduleGlob(pat string, match bool, t *testing.T) { function TestVmoduleGlob (line 323) | func TestVmoduleGlob(t *testing.T) { function TestRollover (line 329) | func TestRollover(t *testing.T) { function TestLogBacktraceAt (line 374) | func TestLogBacktraceAt(t *testing.T) { function BenchmarkHeader (line 410) | func BenchmarkHeader(b *testing.B) { FILE: src/github.com/golang/protobuf/_conformance/conformance.go function main (line 47) | func main() { function handle (line 96) | func handle(req *pb.ConformanceRequest) *pb.ConformanceResponse { FILE: src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.pb.go constant _ (line 37) | _ = proto.ProtoPackageIsVersion2 type WireFormat (line 39) | type WireFormat method String (line 58) | func (x WireFormat) String() string { method EnumDescriptor (line 61) | func (WireFormat) EnumDescriptor() ([]byte, []int) { return fileDescri... constant WireFormat_UNSPECIFIED (line 42) | WireFormat_UNSPECIFIED WireFormat = 0 constant WireFormat_PROTOBUF (line 43) | WireFormat_PROTOBUF WireFormat = 1 constant WireFormat_JSON (line 44) | WireFormat_JSON WireFormat = 2 type ForeignEnum (line 63) | type ForeignEnum method String (line 82) | func (x ForeignEnum) String() string { method EnumDescriptor (line 85) | func (ForeignEnum) EnumDescriptor() ([]byte, []int) { return fileDescr... constant ForeignEnum_FOREIGN_FOO (line 66) | ForeignEnum_FOREIGN_FOO ForeignEnum = 0 constant ForeignEnum_FOREIGN_BAR (line 67) | ForeignEnum_FOREIGN_BAR ForeignEnum = 1 constant ForeignEnum_FOREIGN_BAZ (line 68) | ForeignEnum_FOREIGN_BAZ ForeignEnum = 2 type TestAllTypes_NestedEnum (line 87) | type TestAllTypes_NestedEnum method String (line 109) | func (x TestAllTypes_NestedEnum) String() string { method EnumDescriptor (line 112) | func (TestAllTypes_NestedEnum) EnumDescriptor() ([]byte, []int) { retu... constant TestAllTypes_FOO (line 90) | TestAllTypes_FOO TestAllTypes_NestedEnum = 0 constant TestAllTypes_BAR (line 91) | TestAllTypes_BAR TestAllTypes_NestedEnum = 1 constant TestAllTypes_BAZ (line 92) | TestAllTypes_BAZ TestAllTypes_NestedEnum = 2 constant TestAllTypes_NEG (line 93) | TestAllTypes_NEG TestAllTypes_NestedEnum = -1 type ConformanceRequest (line 119) | type ConformanceRequest struct method Reset (line 131) | func (m *ConformanceRequest) Reset() { *m = Conform... method String (line 132) | func (m *ConformanceRequest) String() string { return proto... method ProtoMessage (line 133) | func (*ConformanceRequest) ProtoMessage() {} method Descriptor (line 134) | func (*ConformanceRequest) Descriptor() ([]byte, []int) { return fileD... method GetPayload (line 150) | func (m *ConformanceRequest) GetPayload() isConformanceRequest_Payload { method GetProtobufPayload (line 157) | func (m *ConformanceRequest) GetProtobufPayload() []byte { method GetJsonPayload (line 164) | func (m *ConformanceRequest) GetJsonPayload() string { method GetRequestedOutputFormat (line 171) | func (m *ConformanceRequest) GetRequestedOutputFormat() WireFormat { method XXX_OneofFuncs (line 179) | func (*ConformanceRequest) XXX_OneofFuncs() (func(msg proto.Message, b... type isConformanceRequest_Payload (line 136) | type isConformanceRequest_Payload interface type ConformanceRequest_ProtobufPayload (line 140) | type ConformanceRequest_ProtobufPayload struct method isConformanceRequest_Payload (line 147) | func (*ConformanceRequest_ProtobufPayload) isConformanceRequest_Payloa... type ConformanceRequest_JsonPayload (line 143) | type ConformanceRequest_JsonPayload struct method isConformanceRequest_Payload (line 148) | func (*ConformanceRequest_JsonPayload) isConformanceRequest_Payload() ... function _ConformanceRequest_OneofMarshaler (line 186) | func _ConformanceRequest_OneofMarshaler(msg proto.Message, b *proto.Buff... function _ConformanceRequest_OneofUnmarshaler (line 203) | func _ConformanceRequest_OneofUnmarshaler(msg proto.Message, tag, wire i... function _ConformanceRequest_OneofSizer (line 225) | func _ConformanceRequest_OneofSizer(msg proto.Message) (n int) { type ConformanceResponse (line 245) | type ConformanceResponse struct method Reset (line 256) | func (m *ConformanceResponse) Reset() { *m = Confor... method String (line 257) | func (m *ConformanceResponse) String() string { return prot... method ProtoMessage (line 258) | func (*ConformanceResponse) ProtoMessage() {} method Descriptor (line 259) | func (*ConformanceResponse) Descriptor() ([]byte, []int) { return file... method GetResult (line 291) | func (m *ConformanceResponse) GetResult() isConformanceResponse_Result { method GetParseError (line 298) | func (m *ConformanceResponse) GetParseError() string { method GetSerializeError (line 305) | func (m *ConformanceResponse) GetSerializeError() string { method GetRuntimeError (line 312) | func (m *ConformanceResponse) GetRuntimeError() string { method GetProtobufPayload (line 319) | func (m *ConformanceResponse) GetProtobufPayload() []byte { method GetJsonPayload (line 326) | func (m *ConformanceResponse) GetJsonPayload() string { method GetSkipped (line 333) | func (m *ConformanceResponse) GetSkipped() string { method XXX_OneofFuncs (line 341) | func (*ConformanceResponse) XXX_OneofFuncs() (func(msg proto.Message, ... type isConformanceResponse_Result (line 261) | type isConformanceResponse_Result interface type ConformanceResponse_ParseError (line 265) | type ConformanceResponse_ParseError struct method isConformanceResponse_Result (line 284) | func (*ConformanceResponse_ParseError) isConformanceResponse_Result() ... type ConformanceResponse_SerializeError (line 268) | type ConformanceResponse_SerializeError struct method isConformanceResponse_Result (line 285) | func (*ConformanceResponse_SerializeError) isConformanceResponse_Resul... type ConformanceResponse_RuntimeError (line 271) | type ConformanceResponse_RuntimeError struct method isConformanceResponse_Result (line 286) | func (*ConformanceResponse_RuntimeError) isConformanceResponse_Result(... type ConformanceResponse_ProtobufPayload (line 274) | type ConformanceResponse_ProtobufPayload struct method isConformanceResponse_Result (line 287) | func (*ConformanceResponse_ProtobufPayload) isConformanceResponse_Resu... type ConformanceResponse_JsonPayload (line 277) | type ConformanceResponse_JsonPayload struct method isConformanceResponse_Result (line 288) | func (*ConformanceResponse_JsonPayload) isConformanceResponse_Result()... type ConformanceResponse_Skipped (line 280) | type ConformanceResponse_Skipped struct method isConformanceResponse_Result (line 289) | func (*ConformanceResponse_Skipped) isConformanceResponse_Result() ... function _ConformanceResponse_OneofMarshaler (line 352) | func _ConformanceResponse_OneofMarshaler(msg proto.Message, b *proto.Buf... function _ConformanceResponse_OneofUnmarshaler (line 381) | func _ConformanceResponse_OneofUnmarshaler(msg proto.Message, tag, wire ... function _ConformanceResponse_OneofSizer (line 431) | func _ConformanceResponse_OneofSizer(msg proto.Message) (n int) { type TestAllTypes (line 468) | type TestAllTypes struct method Reset (line 598) | func (m *TestAllTypes) Reset() { *m = TestAllTypes{} } method String (line 599) | func (m *TestAllTypes) String() string { return proto.Compa... method ProtoMessage (line 600) | func (*TestAllTypes) ProtoMessage() {} method Descriptor (line 601) | func (*TestAllTypes) Descriptor() ([]byte, []int) { return fileDescrip... method GetOneofField (line 645) | func (m *TestAllTypes) GetOneofField() isTestAllTypes_OneofField { method GetOptionalInt32 (line 652) | func (m *TestAllTypes) GetOptionalInt32() int32 { method GetOptionalInt64 (line 659) | func (m *TestAllTypes) GetOptionalInt64() int64 { method GetOptionalUint32 (line 666) | func (m *TestAllTypes) GetOptionalUint32() uint32 { method GetOptionalUint64 (line 673) | func (m *TestAllTypes) GetOptionalUint64() uint64 { method GetOptionalSint32 (line 680) | func (m *TestAllTypes) GetOptionalSint32() int32 { method GetOptionalSint64 (line 687) | func (m *TestAllTypes) GetOptionalSint64() int64 { method GetOptionalFixed32 (line 694) | func (m *TestAllTypes) GetOptionalFixed32() uint32 { method GetOptionalFixed64 (line 701) | func (m *TestAllTypes) GetOptionalFixed64() uint64 { method GetOptionalSfixed32 (line 708) | func (m *TestAllTypes) GetOptionalSfixed32() int32 { method GetOptionalSfixed64 (line 715) | func (m *TestAllTypes) GetOptionalSfixed64() int64 { method GetOptionalFloat (line 722) | func (m *TestAllTypes) GetOptionalFloat() float32 { method GetOptionalDouble (line 729) | func (m *TestAllTypes) GetOptionalDouble() float64 { method GetOptionalBool (line 736) | func (m *TestAllTypes) GetOptionalBool() bool { method GetOptionalString (line 743) | func (m *TestAllTypes) GetOptionalString() string { method GetOptionalBytes (line 750) | func (m *TestAllTypes) GetOptionalBytes() []byte { method GetOptionalNestedMessage (line 757) | func (m *TestAllTypes) GetOptionalNestedMessage() *TestAllTypes_Nested... method GetOptionalForeignMessage (line 764) | func (m *TestAllTypes) GetOptionalForeignMessage() *ForeignMessage { method GetOptionalNestedEnum (line 771) | func (m *TestAllTypes) GetOptionalNestedEnum() TestAllTypes_NestedEnum { method GetOptionalForeignEnum (line 778) | func (m *TestAllTypes) GetOptionalForeignEnum() ForeignEnum { method GetOptionalStringPiece (line 785) | func (m *TestAllTypes) GetOptionalStringPiece() string { method GetOptionalCord (line 792) | func (m *TestAllTypes) GetOptionalCord() string { method GetRecursiveMessage (line 799) | func (m *TestAllTypes) GetRecursiveMessage() *TestAllTypes { method GetRepeatedInt32 (line 806) | func (m *TestAllTypes) GetRepeatedInt32() []int32 { method GetRepeatedInt64 (line 813) | func (m *TestAllTypes) GetRepeatedInt64() []int64 { method GetRepeatedUint32 (line 820) | func (m *TestAllTypes) GetRepeatedUint32() []uint32 { method GetRepeatedUint64 (line 827) | func (m *TestAllTypes) GetRepeatedUint64() []uint64 { method GetRepeatedSint32 (line 834) | func (m *TestAllTypes) GetRepeatedSint32() []int32 { method GetRepeatedSint64 (line 841) | func (m *TestAllTypes) GetRepeatedSint64() []int64 { method GetRepeatedFixed32 (line 848) | func (m *TestAllTypes) GetRepeatedFixed32() []uint32 { method GetRepeatedFixed64 (line 855) | func (m *TestAllTypes) GetRepeatedFixed64() []uint64 { method GetRepeatedSfixed32 (line 862) | func (m *TestAllTypes) GetRepeatedSfixed32() []int32 { method GetRepeatedSfixed64 (line 869) | func (m *TestAllTypes) GetRepeatedSfixed64() []int64 { method GetRepeatedFloat (line 876) | func (m *TestAllTypes) GetRepeatedFloat() []float32 { method GetRepeatedDouble (line 883) | func (m *TestAllTypes) GetRepeatedDouble() []float64 { method GetRepeatedBool (line 890) | func (m *TestAllTypes) GetRepeatedBool() []bool { method GetRepeatedString (line 897) | func (m *TestAllTypes) GetRepeatedString() []string { method GetRepeatedBytes (line 904) | func (m *TestAllTypes) GetRepeatedBytes() [][]byte { method GetRepeatedNestedMessage (line 911) | func (m *TestAllTypes) GetRepeatedNestedMessage() []*TestAllTypes_Nest... method GetRepeatedForeignMessage (line 918) | func (m *TestAllTypes) GetRepeatedForeignMessage() []*ForeignMessage { method GetRepeatedNestedEnum (line 925) | func (m *TestAllTypes) GetRepeatedNestedEnum() []TestAllTypes_NestedEn... method GetRepeatedForeignEnum (line 932) | func (m *TestAllTypes) GetRepeatedForeignEnum() []ForeignEnum { method GetRepeatedStringPiece (line 939) | func (m *TestAllTypes) GetRepeatedStringPiece() []string { method GetRepeatedCord (line 946) | func (m *TestAllTypes) GetRepeatedCord() []string { method GetMapInt32Int32 (line 953) | func (m *TestAllTypes) GetMapInt32Int32() map[int32]int32 { method GetMapInt64Int64 (line 960) | func (m *TestAllTypes) GetMapInt64Int64() map[int64]int64 { method GetMapUint32Uint32 (line 967) | func (m *TestAllTypes) GetMapUint32Uint32() map[uint32]uint32 { method GetMapUint64Uint64 (line 974) | func (m *TestAllTypes) GetMapUint64Uint64() map[uint64]uint64 { method GetMapSint32Sint32 (line 981) | func (m *TestAllTypes) GetMapSint32Sint32() map[int32]int32 { method GetMapSint64Sint64 (line 988) | func (m *TestAllTypes) GetMapSint64Sint64() map[int64]int64 { method GetMapFixed32Fixed32 (line 995) | func (m *TestAllTypes) GetMapFixed32Fixed32() map[uint32]uint32 { method GetMapFixed64Fixed64 (line 1002) | func (m *TestAllTypes) GetMapFixed64Fixed64() map[uint64]uint64 { method GetMapSfixed32Sfixed32 (line 1009) | func (m *TestAllTypes) GetMapSfixed32Sfixed32() map[int32]int32 { method GetMapSfixed64Sfixed64 (line 1016) | func (m *TestAllTypes) GetMapSfixed64Sfixed64() map[int64]int64 { method GetMapInt32Float (line 1023) | func (m *TestAllTypes) GetMapInt32Float() map[int32]float32 { method GetMapInt32Double (line 1030) | func (m *TestAllTypes) GetMapInt32Double() map[int32]float64 { method GetMapBoolBool (line 1037) | func (m *TestAllTypes) GetMapBoolBool() map[bool]bool { method GetMapStringString (line 1044) | func (m *TestAllTypes) GetMapStringString() map[string]string { method GetMapStringBytes (line 1051) | func (m *TestAllTypes) GetMapStringBytes() map[string][]byte { method GetMapStringNestedMessage (line 1058) | func (m *TestAllTypes) GetMapStringNestedMessage() map[string]*TestAll... method GetMapStringForeignMessage (line 1065) | func (m *TestAllTypes) GetMapStringForeignMessage() map[string]*Foreig... method GetMapStringNestedEnum (line 1072) | func (m *TestAllTypes) GetMapStringNestedEnum() map[string]TestAllType... method GetMapStringForeignEnum (line 1079) | func (m *TestAllTypes) GetMapStringForeignEnum() map[string]ForeignEnum { method GetOneofUint32 (line 1086) | func (m *TestAllTypes) GetOneofUint32() uint32 { method GetOneofNestedMessage (line 1093) | func (m *TestAllTypes) GetOneofNestedMessage() *TestAllTypes_NestedMes... method GetOneofString (line 1100) | func (m *TestAllTypes) GetOneofString() string { method GetOneofBytes (line 1107) | func (m *TestAllTypes) GetOneofBytes() []byte { method GetOneofBool (line 1114) | func (m *TestAllTypes) GetOneofBool() bool { method GetOneofUint64 (line 1121) | func (m *TestAllTypes) GetOneofUint64() uint64 { method GetOneofFloat (line 1128) | func (m *TestAllTypes) GetOneofFloat() float32 { method GetOneofDouble (line 1135) | func (m *TestAllTypes) GetOneofDouble() float64 { method GetOneofEnum (line 1142) | func (m *TestAllTypes) GetOneofEnum() TestAllTypes_NestedEnum { method GetOptionalBoolWrapper (line 1149) | func (m *TestAllTypes) GetOptionalBoolWrapper() *google_protobuf5.Bool... method GetOptionalInt32Wrapper (line 1156) | func (m *TestAllTypes) GetOptionalInt32Wrapper() *google_protobuf5.Int... method GetOptionalInt64Wrapper (line 1163) | func (m *TestAllTypes) GetOptionalInt64Wrapper() *google_protobuf5.Int... method GetOptionalUint32Wrapper (line 1170) | func (m *TestAllTypes) GetOptionalUint32Wrapper() *google_protobuf5.UI... method GetOptionalUint64Wrapper (line 1177) | func (m *TestAllTypes) GetOptionalUint64Wrapper() *google_protobuf5.UI... method GetOptionalFloatWrapper (line 1184) | func (m *TestAllTypes) GetOptionalFloatWrapper() *google_protobuf5.Flo... method GetOptionalDoubleWrapper (line 1191) | func (m *TestAllTypes) GetOptionalDoubleWrapper() *google_protobuf5.Do... method GetOptionalStringWrapper (line 1198) | func (m *TestAllTypes) GetOptionalStringWrapper() *google_protobuf5.St... method GetOptionalBytesWrapper (line 1205) | func (m *TestAllTypes) GetOptionalBytesWrapper() *google_protobuf5.Byt... method GetRepeatedBoolWrapper (line 1212) | func (m *TestAllTypes) GetRepeatedBoolWrapper() []*google_protobuf5.Bo... method GetRepeatedInt32Wrapper (line 1219) | func (m *TestAllTypes) GetRepeatedInt32Wrapper() []*google_protobuf5.I... method GetRepeatedInt64Wrapper (line 1226) | func (m *TestAllTypes) GetRepeatedInt64Wrapper() []*google_protobuf5.I... method GetRepeatedUint32Wrapper (line 1233) | func (m *TestAllTypes) GetRepeatedUint32Wrapper() []*google_protobuf5.... method GetRepeatedUint64Wrapper (line 1240) | func (m *TestAllTypes) GetRepeatedUint64Wrapper() []*google_protobuf5.... method GetRepeatedFloatWrapper (line 1247) | func (m *TestAllTypes) GetRepeatedFloatWrapper() []*google_protobuf5.F... method GetRepeatedDoubleWrapper (line 1254) | func (m *TestAllTypes) GetRepeatedDoubleWrapper() []*google_protobuf5.... method GetRepeatedStringWrapper (line 1261) | func (m *TestAllTypes) GetRepeatedStringWrapper() []*google_protobuf5.... method GetRepeatedBytesWrapper (line 1268) | func (m *TestAllTypes) GetRepeatedBytesWrapper() []*google_protobuf5.B... method GetOptionalDuration (line 1275) | func (m *TestAllTypes) GetOptionalDuration() *google_protobuf1.Duration { method GetOptionalTimestamp (line 1282) | func (m *TestAllTypes) GetOptionalTimestamp() *google_protobuf4.Timest... method GetOptionalFieldMask (line 1289) | func (m *TestAllTypes) GetOptionalFieldMask() *google_protobuf2.FieldM... method GetOptionalStruct (line 1296) | func (m *TestAllTypes) GetOptionalStruct() *google_protobuf3.Struct { method GetOptionalAny (line 1303) | func (m *TestAllTypes) GetOptionalAny() *google_protobuf.Any { method GetOptionalValue (line 1310) | func (m *TestAllTypes) GetOptionalValue() *google_protobuf3.Value { method GetRepeatedDuration (line 1317) | func (m *TestAllTypes) GetRepeatedDuration() []*google_protobuf1.Durat... method GetRepeatedTimestamp (line 1324) | func (m *TestAllTypes) GetRepeatedTimestamp() []*google_protobuf4.Time... method GetRepeatedFieldmask (line 1331) | func (m *TestAllTypes) GetRepeatedFieldmask() []*google_protobuf2.Fiel... method GetRepeatedStruct (line 1338) | func (m *TestAllTypes) GetRepeatedStruct() []*google_protobuf3.Struct { method GetRepeatedAny (line 1345) | func (m *TestAllTypes) GetRepeatedAny() []*google_protobuf.Any { method GetRepeatedValue (line 1352) | func (m *TestAllTypes) GetRepeatedValue() []*google_protobuf3.Value { method GetFieldname1 (line 1359) | func (m *TestAllTypes) GetFieldname1() int32 { method GetFieldName2 (line 1366) | func (m *TestAllTypes) GetFieldName2() int32 { method GetXFieldName3 (line 1373) | func (m *TestAllTypes) GetXFieldName3() int32 { method GetField_Name4_ (line 1380) | func (m *TestAllTypes) GetField_Name4_() int32 { method GetField0Name5 (line 1387) | func (m *TestAllTypes) GetField0Name5() int32 { method GetField_0Name6 (line 1394) | func (m *TestAllTypes) GetField_0Name6() int32 { method GetFieldName7 (line 1401) | func (m *TestAllTypes) GetFieldName7() int32 { method GetFieldName8 (line 1408) | func (m *TestAllTypes) GetFieldName8() int32 { method GetField_Name9 (line 1415) | func (m *TestAllTypes) GetField_Name9() int32 { method GetField_Name10 (line 1422) | func (m *TestAllTypes) GetField_Name10() int32 { method GetFIELD_NAME11 (line 1429) | func (m *TestAllTypes) GetFIELD_NAME11() int32 { method GetFIELDName12 (line 1436) | func (m *TestAllTypes) GetFIELDName12() int32 { method GetXFieldName13 (line 1443) | func (m *TestAllTypes) GetXFieldName13() int32 { method GetX_FieldName14 (line 1450) | func (m *TestAllTypes) GetX_FieldName14() int32 { method GetField_Name15 (line 1457) | func (m *TestAllTypes) GetField_Name15() int32 { method GetField__Name16 (line 1464) | func (m *TestAllTypes) GetField__Name16() int32 { method GetFieldName17__ (line 1471) | func (m *TestAllTypes) GetFieldName17__() int32 { method GetFieldName18__ (line 1478) | func (m *TestAllTypes) GetFieldName18__() int32 { method XXX_OneofFuncs (line 1486) | func (*TestAllTypes) XXX_OneofFuncs() (func(msg proto.Message, b *prot... type isTestAllTypes_OneofField (line 603) | type isTestAllTypes_OneofField interface type TestAllTypes_OneofUint32 (line 607) | type TestAllTypes_OneofUint32 struct method isTestAllTypes_OneofField (line 635) | func (*TestAllTypes_OneofUint32) isTestAllTypes_OneofField() {} type TestAllTypes_OneofNestedMessage (line 610) | type TestAllTypes_OneofNestedMessage struct method isTestAllTypes_OneofField (line 636) | func (*TestAllTypes_OneofNestedMessage) isTestAllTypes_OneofField() {} type TestAllTypes_OneofString (line 613) | type TestAllTypes_OneofString struct method isTestAllTypes_OneofField (line 637) | func (*TestAllTypes_OneofString) isTestAllTypes_OneofField() {} type TestAllTypes_OneofBytes (line 616) | type TestAllTypes_OneofBytes struct method isTestAllTypes_OneofField (line 638) | func (*TestAllTypes_OneofBytes) isTestAllTypes_OneofField() {} type TestAllTypes_OneofBool (line 619) | type TestAllTypes_OneofBool struct method isTestAllTypes_OneofField (line 639) | func (*TestAllTypes_OneofBool) isTestAllTypes_OneofField() {} type TestAllTypes_OneofUint64 (line 622) | type TestAllTypes_OneofUint64 struct method isTestAllTypes_OneofField (line 640) | func (*TestAllTypes_OneofUint64) isTestAllTypes_OneofField() {} type TestAllTypes_OneofFloat (line 625) | type TestAllTypes_OneofFloat struct method isTestAllTypes_OneofField (line 641) | func (*TestAllTypes_OneofFloat) isTestAllTypes_OneofField() {} type TestAllTypes_OneofDouble (line 628) | type TestAllTypes_OneofDouble struct method isTestAllTypes_OneofField (line 642) | func (*TestAllTypes_OneofDouble) isTestAllTypes_OneofField() {} type TestAllTypes_OneofEnum (line 631) | type TestAllTypes_OneofEnum struct method isTestAllTypes_OneofField (line 643) | func (*TestAllTypes_OneofEnum) isTestAllTypes_OneofField() {} function _TestAllTypes_OneofMarshaler (line 1500) | func _TestAllTypes_OneofMarshaler(msg proto.Message, b *proto.Buffer) er... function _TestAllTypes_OneofUnmarshaler (line 1544) | func _TestAllTypes_OneofUnmarshaler(msg proto.Message, tag, wire int, b ... function _TestAllTypes_OneofSizer (line 1616) | func _TestAllTypes_OneofSizer(msg proto.Message) (n int) { type TestAllTypes_NestedMessage (line 1658) | type TestAllTypes_NestedMessage struct method Reset (line 1663) | func (m *TestAllTypes_NestedMessage) Reset() { *m =... method String (line 1664) | func (m *TestAllTypes_NestedMessage) String() string { retu... method ProtoMessage (line 1665) | func (*TestAllTypes_NestedMessage) ProtoMessage() {} method Descriptor (line 1666) | func (*TestAllTypes_NestedMessage) Descriptor() ([]byte, []int) { retu... method GetA (line 1668) | func (m *TestAllTypes_NestedMessage) GetA() int32 { method GetCorecursive (line 1675) | func (m *TestAllTypes_NestedMessage) GetCorecursive() *TestAllTypes { type ForeignMessage (line 1682) | type ForeignMessage struct method Reset (line 1686) | func (m *ForeignMessage) Reset() { *m = ForeignMess... method String (line 1687) | func (m *ForeignMessage) String() string { return proto.Com... method ProtoMessage (line 1688) | func (*ForeignMessage) ProtoMessage() {} method Descriptor (line 1689) | func (*ForeignMessage) Descriptor() ([]byte, []int) { return fileDescr... method GetC (line 1691) | func (m *ForeignMessage) GetC() int32 { function init (line 1698) | func init() { function init (line 1709) | func init() { proto.RegisterFile("conformance_proto/conformance.proto", ... FILE: src/github.com/golang/protobuf/descriptor/descriptor.go function extractFile (line 50) | func extractFile(gz []byte) (*protobuf.FileDescriptorProto, error) { type Message (line 74) | type Message interface function ForMessage (line 81) | func ForMessage(msg Message) (fd *protobuf.FileDescriptorProto, md *prot... FILE: src/github.com/golang/protobuf/descriptor/descriptor_test.go function TestMessage (line 12) | func TestMessage(t *testing.T) { function Example_Options (line 23) | func Example_Options() { FILE: src/github.com/golang/protobuf/jsonpb/jsonpb.go type Marshaler (line 61) | type Marshaler struct method Marshal (line 120) | func (m *Marshaler) Marshal(out io.Writer, pb proto.Message) error { method MarshalToString (line 126) | func (m *Marshaler) MarshalToString(pb proto.Message) (string, error) { method marshalObject (line 152) | func (m *Marshaler) marshalObject(out *errWriter, v proto.Message, ind... method writeSep (line 355) | func (m *Marshaler) writeSep(out *errWriter) { method marshalAny (line 363) | func (m *Marshaler) marshalAny(out *errWriter, any proto.Message, inde... method marshalTypeURL (line 417) | func (m *Marshaler) marshalTypeURL(out *errWriter, indent, typeURL str... method marshalField (line 435) | func (m *Marshaler) marshalField(out *errWriter, prop *proto.Propertie... method marshalValue (line 453) | func (m *Marshaler) marshalValue(out *errWriter, prop *proto.Propertie... type AnyResolver (line 86) | type AnyResolver interface function defaultResolveAny (line 90) | func defaultResolveAny(typeUrl string) (proto.Message, error) { type JSONPBMarshaler (line 107) | type JSONPBMarshaler interface type JSONPBUnmarshaler (line 115) | type JSONPBUnmarshaler interface type int32Slice (line 134) | type int32Slice method Len (line 143) | func (s int32Slice) Len() int { return len(s) } method Less (line 144) | func (s int32Slice) Less(i, j int) bool { return s[i] < s[j] } method Swap (line 145) | func (s int32Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } type wkt (line 147) | type wkt interface type Unmarshaler (line 615) | type Unmarshaler struct method UnmarshalNext (line 630) | func (u *Unmarshaler) UnmarshalNext(dec *json.Decoder, pb proto.Messag... method Unmarshal (line 641) | func (u *Unmarshaler) Unmarshal(r io.Reader, pb proto.Message) error { method unmarshalValue (line 669) | func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue ... function UnmarshalNext (line 649) | func UnmarshalNext(dec *json.Decoder, pb proto.Message) error { function Unmarshal (line 656) | func Unmarshal(r io.Reader, pb proto.Message) error { function UnmarshalString (line 663) | func UnmarshalString(str string, pb proto.Message) error { function jsonProperties (line 1028) | func jsonProperties(f reflect.StructField, origName bool) *proto.Propert... type fieldNames (line 1037) | type fieldNames struct function acceptedJSONFieldNames (line 1041) | func acceptedJSONFieldNames(prop *proto.Properties) fieldNames { type errWriter (line 1050) | type errWriter struct method write (line 1055) | func (w *errWriter) write(str string) { type mapKeys (line 1069) | type mapKeys method Len (line 1071) | func (s mapKeys) Len() int { return len(s) } method Swap (line 1072) | func (s mapKeys) Swap(i, j int) { s[i], s[j] = s[j], s[i] } method Less (line 1073) | func (s mapKeys) Less(i, j int) bool { FILE: src/github.com/golang/protobuf/jsonpb/jsonpb_test.go function init (line 331) | func init() { function TestMarshaling (line 454) | func TestMarshaling(t *testing.T) { function TestMarshalJSONPBMarshaler (line 465) | func TestMarshalJSONPBMarshaler(t *testing.T) { function TestMarshalAnyJSONPBMarshaler (line 477) | func TestMarshalAnyJSONPBMarshaler(t *testing.T) { function TestUnmarshaling (line 628) | func TestUnmarshaling(t *testing.T) { function TestUnmarshalNullArray (line 648) | func TestUnmarshalNullArray(t *testing.T) { function TestUnmarshalNullObject (line 658) | func TestUnmarshalNullObject(t *testing.T) { function TestUnmarshalNext (line 668) | func TestUnmarshalNext(t *testing.T) { function TestUnmarshalingBadInput (line 715) | func TestUnmarshalingBadInput(t *testing.T) { type funcResolver (line 724) | type funcResolver method Resolve (line 726) | func (fn funcResolver) Resolve(turl string) (proto.Message, error) { function TestAnyWithCustomResolver (line 730) | func TestAnyWithCustomResolver(t *testing.T) { function TestUnmarshalJSONPBUnmarshaler (line 783) | func TestUnmarshalJSONPBUnmarshaler(t *testing.T) { function TestUnmarshalNullWithJSONPBUnmarshaler (line 794) | func TestUnmarshalNullWithJSONPBUnmarshaler(t *testing.T) { function TestUnmarshalAnyJSONPBUnmarshaler (line 807) | func TestUnmarshalAnyJSONPBUnmarshaler(t *testing.T) { constant dynamicMessageName (line 829) | dynamicMessageName = "google.protobuf.jsonpb.testing.dynamicMessage" function init (line 832) | func init() { type ptrFieldMessage (line 837) | type ptrFieldMessage struct method Reset (line 841) | func (m *ptrFieldMessage) Reset() { method String (line 844) | func (m *ptrFieldMessage) String() string { method ProtoMessage (line 848) | func (m *ptrFieldMessage) ProtoMessage() { type stringField (line 851) | type stringField struct method Reset (line 856) | func (s *stringField) Reset() { method String (line 859) | func (s *stringField) String() string { method ProtoMessage (line 863) | func (s *stringField) ProtoMessage() { method UnmarshalJSONPB (line 866) | func (s *stringField) UnmarshalJSONPB(jum *Unmarshaler, js []byte) err... type dynamicMessage (line 874) | type dynamicMessage struct method Reset (line 878) | func (m *dynamicMessage) Reset() { method String (line 882) | func (m *dynamicMessage) String() string { method ProtoMessage (line 886) | func (m *dynamicMessage) ProtoMessage() { method MarshalJSONPB (line 889) | func (m *dynamicMessage) MarshalJSONPB(jm *Marshaler) ([]byte, error) { method UnmarshalJSONPB (line 893) | func (m *dynamicMessage) UnmarshalJSONPB(jum *Unmarshaler, js []byte) ... FILE: src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go constant _ (line 42) | _ = proto.ProtoPackageIsVersion2 type Numeral (line 44) | type Numeral method String (line 63) | func (x Numeral) String() string { method EnumDescriptor (line 66) | func (Numeral) EnumDescriptor() ([]byte, []int) { return fileDescripto... constant Numeral_UNKNOWN (line 47) | Numeral_UNKNOWN Numeral = 0 constant Numeral_ARABIC (line 48) | Numeral_ARABIC Numeral = 1 constant Numeral_ROMAN (line 49) | Numeral_ROMAN Numeral = 2 type Simple3 (line 68) | type Simple3 struct method Reset (line 72) | func (m *Simple3) Reset() { *m = Simple3{} } method String (line 73) | func (m *Simple3) String() string { return proto.CompactTex... method ProtoMessage (line 74) | func (*Simple3) ProtoMessage() {} method Descriptor (line 75) | func (*Simple3) Descriptor() ([]byte, []int) { return fileDescriptor0,... method GetDub (line 77) | func (m *Simple3) GetDub() float64 { type SimpleSlice3 (line 84) | type SimpleSlice3 struct method Reset (line 88) | func (m *SimpleSlice3) Reset() { *m = SimpleSlice3{} } method String (line 89) | func (m *SimpleSlice3) String() string { return proto.Compa... method ProtoMessage (line 90) | func (*SimpleSlice3) ProtoMessage() {} method Descriptor (line 91) | func (*SimpleSlice3) Descriptor() ([]byte, []int) { return fileDescrip... method GetSlices (line 93) | func (m *SimpleSlice3) GetSlices() []string { type SimpleMap3 (line 100) | type SimpleMap3 struct method Reset (line 104) | func (m *SimpleMap3) Reset() { *m = SimpleMap3{} } method String (line 105) | func (m *SimpleMap3) String() string { return proto.Compact... method ProtoMessage (line 106) | func (*SimpleMap3) ProtoMessage() {} method Descriptor (line 107) | func (*SimpleMap3) Descriptor() ([]byte, []int) { return fileDescripto... method GetStringy (line 109) | func (m *SimpleMap3) GetStringy() map[string]string { type SimpleNull3 (line 116) | type SimpleNull3 struct method Reset (line 120) | func (m *SimpleNull3) Reset() { *m = SimpleNull3{} } method String (line 121) | func (m *SimpleNull3) String() string { return proto.Compac... method ProtoMessage (line 122) | func (*SimpleNull3) ProtoMessage() {} method Descriptor (line 123) | func (*SimpleNull3) Descriptor() ([]byte, []int) { return fileDescript... method GetSimple (line 125) | func (m *SimpleNull3) GetSimple() *Simple3 { type Mappy (line 132) | type Mappy struct method Reset (line 145) | func (m *Mappy) Reset() { *m = Mappy{} } method String (line 146) | func (m *Mappy) String() string { return proto.CompactTextS... method ProtoMessage (line 147) | func (*Mappy) ProtoMessage() {} method Descriptor (line 148) | func (*Mappy) Descriptor() ([]byte, []int) { return fileDescriptor0, [... method GetNummy (line 150) | func (m *Mappy) GetNummy() map[int64]int32 { method GetStrry (line 157) | func (m *Mappy) GetStrry() map[string]string { method GetObjjy (line 164) | func (m *Mappy) GetObjjy() map[int32]*Simple3 { method GetBuggy (line 171) | func (m *Mappy) GetBuggy() map[int64]string { method GetBooly (line 178) | func (m *Mappy) GetBooly() map[bool]bool { method GetEnumy (line 185) | func (m *Mappy) GetEnumy() map[string]Numeral { method GetS32Booly (line 192) | func (m *Mappy) GetS32Booly() map[int32]bool { method GetS64Booly (line 199) | func (m *Mappy) GetS64Booly() map[int64]bool { method GetU32Booly (line 206) | func (m *Mappy) GetU32Booly() map[uint32]bool { method GetU64Booly (line 213) | func (m *Mappy) GetU64Booly() map[uint64]bool { function init (line 220) | func init() { function init (line 229) | func init() { proto.RegisterFile("more_test_objects.proto", fileDescript... FILE: src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go type Widget_Color (line 20) | type Widget_Color method Enum (line 39) | func (x Widget_Color) Enum() *Widget_Color { method String (line 44) | func (x Widget_Color) String() string { method UnmarshalJSON (line 47) | func (x *Widget_Color) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 55) | func (Widget_Color) EnumDescriptor() ([]byte, []int) { return fileDesc... constant Widget_RED (line 23) | Widget_RED Widget_Color = 0 constant Widget_GREEN (line 24) | Widget_GREEN Widget_Color = 1 constant Widget_BLUE (line 25) | Widget_BLUE Widget_Color = 2 type Simple (line 58) | type Simple struct method Reset (line 73) | func (m *Simple) Reset() { *m = Simple{} } method String (line 74) | func (m *Simple) String() string { return proto.CompactText... method ProtoMessage (line 75) | func (*Simple) ProtoMessage() {} method Descriptor (line 76) | func (*Simple) Descriptor() ([]byte, []int) { return fileDescriptor1, ... method GetOBool (line 78) | func (m *Simple) GetOBool() bool { method GetOInt32 (line 85) | func (m *Simple) GetOInt32() int32 { method GetOInt64 (line 92) | func (m *Simple) GetOInt64() int64 { method GetOUint32 (line 99) | func (m *Simple) GetOUint32() uint32 { method GetOUint64 (line 106) | func (m *Simple) GetOUint64() uint64 { method GetOSint32 (line 113) | func (m *Simple) GetOSint32() int32 { method GetOSint64 (line 120) | func (m *Simple) GetOSint64() int64 { method GetOFloat (line 127) | func (m *Simple) GetOFloat() float32 { method GetODouble (line 134) | func (m *Simple) GetODouble() float64 { method GetOString (line 141) | func (m *Simple) GetOString() string { method GetOBytes (line 148) | func (m *Simple) GetOBytes() []byte { type NonFinites (line 156) | type NonFinites struct method Reset (line 166) | func (m *NonFinites) Reset() { *m = NonFinites{} } method String (line 167) | func (m *NonFinites) String() string { return proto.Compact... method ProtoMessage (line 168) | func (*NonFinites) ProtoMessage() {} method Descriptor (line 169) | func (*NonFinites) Descriptor() ([]byte, []int) { return fileDescripto... method GetFNan (line 171) | func (m *NonFinites) GetFNan() float32 { method GetFPinf (line 178) | func (m *NonFinites) GetFPinf() float32 { method GetFNinf (line 185) | func (m *NonFinites) GetFNinf() float32 { method GetDNan (line 192) | func (m *NonFinites) GetDNan() float64 { method GetDPinf (line 199) | func (m *NonFinites) GetDPinf() float64 { method GetDNinf (line 206) | func (m *NonFinites) GetDNinf() float64 { type Repeats (line 214) | type Repeats struct method Reset (line 229) | func (m *Repeats) Reset() { *m = Repeats{} } method String (line 230) | func (m *Repeats) String() string { return proto.CompactTex... method ProtoMessage (line 231) | func (*Repeats) ProtoMessage() {} method Descriptor (line 232) | func (*Repeats) Descriptor() ([]byte, []int) { return fileDescriptor1,... method GetRBool (line 234) | func (m *Repeats) GetRBool() []bool { method GetRInt32 (line 241) | func (m *Repeats) GetRInt32() []int32 { method GetRInt64 (line 248) | func (m *Repeats) GetRInt64() []int64 { method GetRUint32 (line 255) | func (m *Repeats) GetRUint32() []uint32 { method GetRUint64 (line 262) | func (m *Repeats) GetRUint64() []uint64 { method GetRSint32 (line 269) | func (m *Repeats) GetRSint32() []int32 { method GetRSint64 (line 276) | func (m *Repeats) GetRSint64() []int64 { method GetRFloat (line 283) | func (m *Repeats) GetRFloat() []float32 { method GetRDouble (line 290) | func (m *Repeats) GetRDouble() []float64 { method GetRString (line 297) | func (m *Repeats) GetRString() []string { method GetRBytes (line 304) | func (m *Repeats) GetRBytes() [][]byte { type Widget (line 312) | type Widget struct method Reset (line 322) | func (m *Widget) Reset() { *m = Widget{} } method String (line 323) | func (m *Widget) String() string { return proto.CompactText... method ProtoMessage (line 324) | func (*Widget) ProtoMessage() {} method Descriptor (line 325) | func (*Widget) Descriptor() ([]byte, []int) { return fileDescriptor1, ... method GetColor (line 327) | func (m *Widget) GetColor() Widget_Color { method GetRColor (line 334) | func (m *Widget) GetRColor() []Widget_Color { method GetSimple (line 341) | func (m *Widget) GetSimple() *Simple { method GetRSimple (line 348) | func (m *Widget) GetRSimple() []*Simple { method GetRepeats (line 355) | func (m *Widget) GetRepeats() *Repeats { method GetRRepeats (line 362) | func (m *Widget) GetRRepeats() []*Repeats { type Maps (line 369) | type Maps struct method Reset (line 375) | func (m *Maps) Reset() { *m = Maps{} } method String (line 376) | func (m *Maps) String() string { return proto.CompactTextSt... method ProtoMessage (line 377) | func (*Maps) ProtoMessage() {} method Descriptor (line 378) | func (*Maps) Descriptor() ([]byte, []int) { return fileDescriptor1, []... method GetMInt64Str (line 380) | func (m *Maps) GetMInt64Str() map[int64]string { method GetMBoolSimple (line 387) | func (m *Maps) GetMBoolSimple() map[bool]*Simple { type MsgWithOneof (line 394) | type MsgWithOneof struct method Reset (line 404) | func (m *MsgWithOneof) Reset() { *m = MsgWithOneof{} } method String (line 405) | func (m *MsgWithOneof) String() string { return proto.Compa... method ProtoMessage (line 406) | func (*MsgWithOneof) ProtoMessage() {} method Descriptor (line 407) | func (*MsgWithOneof) Descriptor() ([]byte, []int) { return fileDescrip... method GetUnion (line 431) | func (m *MsgWithOneof) GetUnion() isMsgWithOneof_Union { method GetTitle (line 438) | func (m *MsgWithOneof) GetTitle() string { method GetSalary (line 445) | func (m *MsgWithOneof) GetSalary() int64 { method GetCountry (line 452) | func (m *MsgWithOneof) GetCountry() string { method GetHomeAddress (line 459) | func (m *MsgWithOneof) GetHomeAddress() string { method XXX_OneofFuncs (line 467) | func (*MsgWithOneof) XXX_OneofFuncs() (func(msg proto.Message, b *prot... type isMsgWithOneof_Union (line 409) | type isMsgWithOneof_Union interface type MsgWithOneof_Title (line 413) | type MsgWithOneof_Title struct method isMsgWithOneof_Union (line 426) | func (*MsgWithOneof_Title) isMsgWithOneof_Union() {} type MsgWithOneof_Salary (line 416) | type MsgWithOneof_Salary struct method isMsgWithOneof_Union (line 427) | func (*MsgWithOneof_Salary) isMsgWithOneof_Union() {} type MsgWithOneof_Country (line 419) | type MsgWithOneof_Country struct method isMsgWithOneof_Union (line 428) | func (*MsgWithOneof_Country) isMsgWithOneof_Union() {} type MsgWithOneof_HomeAddress (line 422) | type MsgWithOneof_HomeAddress struct method isMsgWithOneof_Union (line 429) | func (*MsgWithOneof_HomeAddress) isMsgWithOneof_Union() {} function _MsgWithOneof_OneofMarshaler (line 476) | func _MsgWithOneof_OneofMarshaler(msg proto.Message, b *proto.Buffer) er... function _MsgWithOneof_OneofUnmarshaler (line 499) | func _MsgWithOneof_OneofUnmarshaler(msg proto.Message, tag, wire int, b ... function _MsgWithOneof_OneofSizer (line 535) | func _MsgWithOneof_OneofSizer(msg proto.Message) (n int) { type Real (line 561) | type Real struct method Reset (line 567) | func (m *Real) Reset() { *m = Real{} } method String (line 568) | func (m *Real) String() string { return proto.CompactTextSt... method ProtoMessage (line 569) | func (*Real) ProtoMessage() {} method Descriptor (line 570) | func (*Real) Descriptor() ([]byte, []int) { return fileDescriptor1, []... method ExtensionRangeArray (line 576) | func (*Real) ExtensionRangeArray() []proto.ExtensionRange { method GetValue (line 580) | func (m *Real) GetValue() float64 { type Complex (line 587) | type Complex struct method Reset (line 593) | func (m *Complex) Reset() { *m = Complex{} } method String (line 594) | func (m *Complex) String() string { return proto.CompactTex... method ProtoMessage (line 595) | func (*Complex) ProtoMessage() {} method Descriptor (line 596) | func (*Complex) Descriptor() ([]byte, []int) { return fileDescriptor1,... method ExtensionRangeArray (line 602) | func (*Complex) ExtensionRangeArray() []proto.ExtensionRange { method GetImaginary (line 606) | func (m *Complex) GetImaginary() float64 { type KnownTypes (line 622) | type KnownTypes struct method Reset (line 641) | func (m *KnownTypes) Reset() { *m = KnownTypes{} } method String (line 642) | func (m *KnownTypes) String() string { return proto.Compact... method ProtoMessage (line 643) | func (*KnownTypes) ProtoMessage() {} method Descriptor (line 644) | func (*KnownTypes) Descriptor() ([]byte, []int) { return fileDescripto... method GetAn (line 646) | func (m *KnownTypes) GetAn() *google_protobuf.Any { method GetDur (line 653) | func (m *KnownTypes) GetDur() *google_protobuf1.Duration { method GetSt (line 660) | func (m *KnownTypes) GetSt() *google_protobuf2.Struct { method GetTs (line 667) | func (m *KnownTypes) GetTs() *google_protobuf3.Timestamp { method GetLv (line 674) | func (m *KnownTypes) GetLv() *google_protobuf2.ListValue { method GetVal (line 681) | func (m *KnownTypes) GetVal() *google_protobuf2.Value { method GetDbl (line 688) | func (m *KnownTypes) GetDbl() *google_protobuf4.DoubleValue { method GetFlt (line 695) | func (m *KnownTypes) GetFlt() *google_protobuf4.FloatValue { method GetI64 (line 702) | func (m *KnownTypes) GetI64() *google_protobuf4.Int64Value { method GetU64 (line 709) | func (m *KnownTypes) GetU64() *google_protobuf4.UInt64Value { method GetI32 (line 716) | func (m *KnownTypes) GetI32() *google_protobuf4.Int32Value { method GetU32 (line 723) | func (m *KnownTypes) GetU32() *google_protobuf4.UInt32Value { method GetBool (line 730) | func (m *KnownTypes) GetBool() *google_protobuf4.BoolValue { method GetStr (line 737) | func (m *KnownTypes) GetStr() *google_protobuf4.StringValue { method GetBytes (line 744) | func (m *KnownTypes) GetBytes() *google_protobuf4.BytesValue { function init (line 760) | func init() { function init (line 775) | func init() { proto.RegisterFile("test_objects.proto", fileDescriptor1) } FILE: src/github.com/golang/protobuf/proto/all_test.go function old (line 53) | func old() *Buffer { function equalbytes (line 61) | func equalbytes(b1, b2 []byte, t *testing.T) { function initGoTestField (line 73) | func initGoTestField() *GoTestField { function initGoTest_RequiredGroup (line 83) | func initGoTest_RequiredGroup() *GoTest_RequiredGroup { function initGoTest_OptionalGroup (line 89) | func initGoTest_OptionalGroup() *GoTest_OptionalGroup { function initGoTest_RepeatedGroup (line 95) | func initGoTest_RepeatedGroup() *GoTest_RepeatedGroup { function initGoTest (line 101) | func initGoTest(setdefaults bool) *GoTest { function fail (line 139) | func fail(msg string, b *bytes.Buffer, s string, t *testing.T) { function hex (line 263) | func hex(c uint8) uint8 { function equal (line 276) | func equal(b []byte, s string, t *testing.T) bool { function overify (line 293) | func overify(t *testing.T, pb *GoTest, expected string) { function TestNumericPrimitives (line 328) | func TestNumericPrimitives(t *testing.T) { type fakeMarshaler (line 399) | type fakeMarshaler struct method Marshal (line 404) | func (f *fakeMarshaler) Marshal() ([]byte, error) { return f.b, f.err } method String (line 405) | func (f *fakeMarshaler) String() string { return fmt.Sprintf... method ProtoMessage (line 406) | func (f *fakeMarshaler) ProtoMessage() {} method Reset (line 407) | func (f *fakeMarshaler) Reset() {} type msgWithFakeMarshaler (line 409) | type msgWithFakeMarshaler struct method String (line 413) | func (m *msgWithFakeMarshaler) String() string { return CompactTextStr... method ProtoMessage (line 414) | func (m *msgWithFakeMarshaler) ProtoMessage() {} method Reset (line 415) | func (m *msgWithFakeMarshaler) Reset() {} function TestMarshalerEncoding (line 418) | func TestMarshalerEncoding(t *testing.T) { function TestBytesPrimitives (line 486) | func TestBytesPrimitives(t *testing.T) { function TestStringPrimitives (line 500) | func TestStringPrimitives(t *testing.T) { function TestRequiredBit (line 516) | func TestRequiredBit(t *testing.T) { function checkInitialized (line 531) | func checkInitialized(pb *GoTest, t *testing.T) { function TestReset (line 574) | func TestReset(t *testing.T) { function TestEncodeDecode1 (line 595) | func TestEncodeDecode1(t *testing.T) { function TestEncodeDecode2 (line 619) | func TestEncodeDecode2(t *testing.T) { function TestEncodeDecode3 (line 657) | func TestEncodeDecode3(t *testing.T) { function TestEncodeDecode4 (line 709) | func TestEncodeDecode4(t *testing.T) { function TestEncodeDecode5 (line 784) | func TestEncodeDecode5(t *testing.T) { function TestEncodeDecode6 (line 872) | func TestEncodeDecode6(t *testing.T) { function TestEncodeDecodeBytes1 (line 927) | func TestEncodeDecodeBytes1(t *testing.T) { function TestEncodeDecodeBytes2 (line 958) | func TestEncodeDecodeBytes2(t *testing.T) { function TestSkippingUnrecognizedFields (line 980) | func TestSkippingUnrecognizedFields(t *testing.T) { function TestSubmessageUnrecognizedFields (line 1032) | func TestSubmessageUnrecognizedFields(t *testing.T) { function TestNegativeInt32 (line 1081) | func TestNegativeInt32(t *testing.T) { function TestBigRepeated (line 1115) | func TestBigRepeated(t *testing.T) { function TestTypeMismatch (line 1226) | func TestTypeMismatch(t *testing.T) { function encodeDecode (line 1243) | func encodeDecode(t *testing.T, in, out Message, msg string) { function TestPackedNonPackedDecoderSwitching (line 1253) | func TestPackedNonPackedDecoderSwitching(t *testing.T) { function TestProto1RepeatedGroup (line 1272) | func TestProto1RepeatedGroup(t *testing.T) { function TestEnum (line 1294) | func TestEnum(t *testing.T) { function TestPrintingNilEnumFields (line 1312) | func TestPrintingNilEnumFields(t *testing.T) { function TestRequiredFieldEnforcement (line 1318) | func TestRequiredFieldEnforcement(t *testing.T) { function TestRequiredFieldEnforcementGroups (line 1340) | func TestRequiredFieldEnforcementGroups(t *testing.T) { function TestTypedNilMarshal (line 1356) | func TestTypedNilMarshal(t *testing.T) { type nonNillableInt (line 1374) | type nonNillableInt method Marshal (line 1376) | func (nni nonNillableInt) Marshal() ([]byte, error) { type NNIMessage (line 1380) | type NNIMessage struct method Reset (line 1384) | func (*NNIMessage) Reset() {} method String (line 1385) | func (*NNIMessage) String() string { return "" } method ProtoMessage (line 1386) | func (*NNIMessage) ProtoMessage() {} type nillableMessage (line 1389) | type nillableMessage struct method Marshal (line 1393) | func (nm *nillableMessage) Marshal() ([]byte, error) { type NMMessage (line 1397) | type NMMessage struct method Reset (line 1401) | func (*NMMessage) Reset() {} method String (line 1402) | func (*NMMessage) String() string { return "" } method ProtoMessage (line 1403) | func (*NMMessage) ProtoMessage() {} function TestNilMarshaler (line 1406) | func TestNilMarshaler(t *testing.T) { function TestAllSetDefaults (line 1423) | func TestAllSetDefaults(t *testing.T) { function TestSetDefaultsWithSetField (line 1455) | func TestSetDefaultsWithSetField(t *testing.T) { function TestSetDefaultsWithSubMessage (line 1466) | func TestSetDefaultsWithSubMessage(t *testing.T) { function TestSetDefaultsWithRepeatedSubMessage (line 1486) | func TestSetDefaultsWithRepeatedSubMessage(t *testing.T) { function TestSetDefaultWithRepeatedNonMessage (line 1501) | func TestSetDefaultWithRepeatedNonMessage(t *testing.T) { function TestMaximumTagNumber (line 1512) | func TestMaximumTagNumber(t *testing.T) { function TestJSON (line 1529) | func TestJSON(t *testing.T) { function TestBadWireType (line 1568) | func TestBadWireType(t *testing.T) { function TestBytesWithInvalidLength (line 1578) | func TestBytesWithInvalidLength(t *testing.T) { function TestLengthOverflow (line 1584) | func TestLengthOverflow(t *testing.T) { function TestVarintOverflow (line 1590) | func TestVarintOverflow(t *testing.T) { function TestUnmarshalFuzz (line 1598) | func TestUnmarshalFuzz(t *testing.T) { function TestMergeMessages (line 1612) | func TestMergeMessages(t *testing.T) { function TestExtensionMarshalOrder (line 1642) | func TestExtensionMarshalOrder(t *testing.T) { function TestMessageSetMarshalOrder (line 1725) | func TestMessageSetMarshalOrder(t *testing.T) { function TestUnmarshalMergesMessages (line 1762) | func TestUnmarshalMergesMessages(t *testing.T) { function TestEncodingSizes (line 1805) | func TestEncodingSizes(t *testing.T) { function TestRequiredNotSetError (line 1827) | func TestRequiredNotSetError(t *testing.T) { function fuzzUnmarshal (line 1891) | func fuzzUnmarshal(t *testing.T, data []byte) { function TestMapFieldMarshal (line 1904) | func TestMapFieldMarshal(t *testing.T) { function TestMapFieldRoundTrips (line 1949) | func TestMapFieldRoundTrips(t *testing.T) { function TestMapFieldWithNil (line 1984) | func TestMapFieldWithNil(t *testing.T) { function TestMapFieldWithNilBytes (line 2005) | func TestMapFieldWithNilBytes(t *testing.T) { function TestDecodeMapFieldMissingKey (line 2036) | func TestDecodeMapFieldMissingKey(t *testing.T) { function TestDecodeMapFieldMissingValue (line 2053) | func TestDecodeMapFieldMissingValue(t *testing.T) { function TestOneof (line 2070) | func TestOneof(t *testing.T) { function TestInefficientPackedBool (line 2122) | func TestInefficientPackedBool(t *testing.T) { function testMsg (line 2137) | func testMsg() *GoTest { function bytesMsg (line 2149) | func bytesMsg() *GoTest { function benchmarkMarshal (line 2159) | func benchmarkMarshal(b *testing.B, pb Message, marshal func(Message) ([... function benchmarkBufferMarshal (line 2168) | func benchmarkBufferMarshal(b *testing.B, pb Message) { function benchmarkSize (line 2177) | func benchmarkSize(b *testing.B, pb Message) { function newOf (line 2184) | func newOf(pb Message) Message { function benchmarkUnmarshal (line 2192) | func benchmarkUnmarshal(b *testing.B, pb Message, unmarshal func([]byte,... function benchmarkBufferUnmarshal (line 2203) | func benchmarkBufferUnmarshal(b *testing.B, pb Message) { function BenchmarkMarshal (line 2213) | func BenchmarkMarshal(b *testing.B) { function BenchmarkBufferMarshal (line 2217) | func BenchmarkBufferMarshal(b *testing.B) { function BenchmarkSize (line 2221) | func BenchmarkSize(b *testing.B) { function BenchmarkUnmarshal (line 2225) | func BenchmarkUnmarshal(b *testing.B) { function BenchmarkBufferUnmarshal (line 2229) | func BenchmarkBufferUnmarshal(b *testing.B) { function BenchmarkMarshalBytes (line 2233) | func BenchmarkMarshalBytes(b *testing.B) { function BenchmarkBufferMarshalBytes (line 2237) | func BenchmarkBufferMarshalBytes(b *testing.B) { function BenchmarkSizeBytes (line 2241) | func BenchmarkSizeBytes(b *testing.B) { function BenchmarkUnmarshalBytes (line 2245) | func BenchmarkUnmarshalBytes(b *testing.B) { function BenchmarkBufferUnmarshalBytes (line 2249) | func BenchmarkBufferUnmarshalBytes(b *testing.B) { function BenchmarkUnmarshalUnrecognizedFields (line 2253) | func BenchmarkUnmarshalUnrecognizedFields(b *testing.B) { FILE: src/github.com/golang/protobuf/proto/any_test.go function anyEqual (line 55) | func anyEqual(got, want proto.Message) bool { type golden (line 65) | type golden struct function makeGolden (line 72) | func makeGolden() []golden { function TestMarshalGolden (line 210) | func TestMarshalGolden(t *testing.T) { function TestUnmarshalGolden (line 221) | func TestUnmarshalGolden(t *testing.T) { function TestMarshalUnknownAny (line 242) | func TestMarshalUnknownAny(t *testing.T) { function TestAmbiguousAny (line 260) | func TestAmbiguousAny(t *testing.T) { function TestUnmarshalOverwriteAny (line 272) | func TestUnmarshalOverwriteAny(t *testing.T) { function TestUnmarshalAnyMixAndMatch (line 288) | func TestUnmarshalAnyMixAndMatch(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/clone.go function Clone (line 44) | func Clone(pb Message) Message { function Merge (line 60) | func Merge(dst, src Message) { function mergeStruct (line 77) | func mergeStruct(out, in reflect.Value) { function mergeAny (line 111) | func mergeAny(out, in reflect.Value, viaPtr bool, prop *Properties) { function mergeExtension (line 214) | func mergeExtension(out, in map[int32]Extension) { FILE: src/github.com/golang/protobuf/proto/clone_test.go function init (line 63) | func init() { function TestClone (line 72) | func TestClone(t *testing.T) { function TestCloneNil (line 101) | func TestCloneNil(t *testing.T) { function TestMerge (line 292) | func TestMerge(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/decode.go function DecodeVarint (line 63) | func DecodeVarint(buf []byte) (x uint64, n int) { method decodeVarintSlow (line 80) | func (p *Buffer) decodeVarintSlow() (x uint64, err error) { method DecodeVarint (line 107) | func (p *Buffer) DecodeVarint() (x uint64, err error) { method DecodeFixed64 (line 207) | func (p *Buffer) DecodeFixed64() (x uint64, err error) { method DecodeFixed32 (line 230) | func (p *Buffer) DecodeFixed32() (x uint64, err error) { method DecodeZigzag64 (line 249) | func (p *Buffer) DecodeZigzag64() (x uint64, err error) { method DecodeZigzag32 (line 261) | func (p *Buffer) DecodeZigzag32() (x uint64, err error) { method DecodeRawBytes (line 276) | func (p *Buffer) DecodeRawBytes(alloc bool) (buf []byte, err error) { method DecodeStringBytes (line 306) | func (p *Buffer) DecodeStringBytes() (s string, err error) { method skipAndSave (line 317) | func (o *Buffer) skipAndSave(t reflect.Type, tag, wire int, base structP... method skip (line 344) | func (o *Buffer) skip(t reflect.Type, tag, wire int) error { type Unmarshaler (line 385) | type Unmarshaler interface function Unmarshal (line 396) | func Unmarshal(buf []byte, pb Message) error { function UnmarshalMerge (line 407) | func UnmarshalMerge(buf []byte, pb Message) error { method DecodeMessage (line 416) | func (p *Buffer) DecodeMessage(pb Message) error { method DecodeGroup (line 425) | func (p *Buffer) DecodeGroup(pb Message) error { method Unmarshal (line 439) | func (p *Buffer) Unmarshal(pb Message) error { method unmarshalType (line 462) | func (o *Buffer) unmarshalType(st reflect.Type, prop *StructProperties, ... constant boolPoolSize (line 586) | boolPoolSize = 16 constant uint32PoolSize (line 587) | uint32PoolSize = 8 constant uint64PoolSize (line 588) | uint64PoolSize = 4 method dec_bool (line 592) | func (o *Buffer) dec_bool(p *Properties, base structPointer) error { method dec_proto3_bool (line 606) | func (o *Buffer) dec_proto3_bool(p *Properties, base structPointer) error { method dec_int32 (line 616) | func (o *Buffer) dec_int32(p *Properties, base structPointer) error { method dec_proto3_int32 (line 625) | func (o *Buffer) dec_proto3_int32(p *Properties, base structPointer) err... method dec_int64 (line 635) | func (o *Buffer) dec_int64(p *Properties, base structPointer) error { method dec_proto3_int64 (line 644) | func (o *Buffer) dec_proto3_int64(p *Properties, base structPointer) err... method dec_string (line 654) | func (o *Buffer) dec_string(p *Properties, base structPointer) error { method dec_proto3_string (line 663) | func (o *Buffer) dec_proto3_string(p *Properties, base structPointer) er... method dec_slice_byte (line 673) | func (o *Buffer) dec_slice_byte(p *Properties, base structPointer) error { method dec_slice_bool (line 683) | func (o *Buffer) dec_slice_bool(p *Properties, base structPointer) error { method dec_slice_packed_bool (line 694) | func (o *Buffer) dec_slice_packed_bool(p *Properties, base structPointer... method dec_slice_int32 (line 721) | func (o *Buffer) dec_slice_int32(p *Properties, base structPointer) error { method dec_slice_packed_int32 (line 731) | func (o *Buffer) dec_slice_packed_int32(p *Properties, base structPointe... method dec_slice_int64 (line 755) | func (o *Buffer) dec_slice_int64(p *Properties, base structPointer) error { method dec_slice_packed_int64 (line 766) | func (o *Buffer) dec_slice_packed_int64(p *Properties, base structPointe... method dec_slice_string (line 790) | func (o *Buffer) dec_slice_string(p *Properties, base structPointer) err... method dec_slice_slice_byte (line 801) | func (o *Buffer) dec_slice_slice_byte(p *Properties, base structPointer)... method dec_new_map (line 812) | func (o *Buffer) dec_new_map(p *Properties, base structPointer) error { method dec_struct_group (line 885) | func (o *Buffer) dec_struct_group(p *Properties, base structPointer) err... method dec_struct_message (line 896) | func (o *Buffer) dec_struct_message(p *Properties, base structPointer) (... method dec_slice_struct_message (line 928) | func (o *Buffer) dec_slice_struct_message(p *Properties, base structPoin... method dec_slice_struct_group (line 933) | func (o *Buffer) dec_slice_struct_group(p *Properties, base structPointe... method dec_slice_struct (line 938) | func (o *Buffer) dec_slice_struct(p *Properties, is_group bool, base str... FILE: src/github.com/golang/protobuf/proto/decode_test.go function BenchmarkVarint32ArraySmall (line 51) | func BenchmarkVarint32ArraySmall(b *testing.B) { function BenchmarkVarint32ArrayLarge (line 76) | func BenchmarkVarint32ArrayLarge(b *testing.B) { function BenchmarkVarint64ArraySmall (line 101) | func BenchmarkVarint64ArraySmall(b *testing.B) { function BenchmarkVarint64ArrayLarge (line 126) | func BenchmarkVarint64ArrayLarge(b *testing.B) { function BenchmarkVarint64ArrayMixed (line 151) | func BenchmarkVarint64ArrayMixed(b *testing.B) { function genInt32Dist (line 184) | func genInt32Dist(dist [7]int, count int) (dest []int32) { function genUint64Dist (line 212) | func genUint64Dist(dist [11]int, count int) (dest []uint64) { function BenchmarkDecodeEmpty (line 247) | func BenchmarkDecodeEmpty(b *testing.B) { FILE: src/github.com/golang/protobuf/proto/discard.go function DiscardUnknown (line 51) | func DiscardUnknown(m Message) { function discardLegacy (line 55) | func discardLegacy(m Message) { FILE: src/github.com/golang/protobuf/proto/encode.go type RequiredNotSetError (line 54) | type RequiredNotSetError struct method Error (line 58) | func (e *RequiredNotSetError) Error() string { constant maxVarintBytes (line 83) | maxVarintBytes = 10 constant maxMarshalSize (line 87) | maxMarshalSize = 1<<31 - 1 function EncodeVarint (line 95) | func EncodeVarint(x uint64) []byte { method EncodeVarint (line 111) | func (p *Buffer) EncodeVarint(x uint64) error { function SizeVarint (line 121) | func SizeVarint(x uint64) int { function sizeVarint (line 125) | func sizeVarint(x uint64) (n int) { method EncodeFixed64 (line 139) | func (p *Buffer) EncodeFixed64(x uint64) error { function sizeFixed64 (line 152) | func sizeFixed64(x uint64) int { method EncodeFixed32 (line 159) | func (p *Buffer) EncodeFixed32(x uint64) error { function sizeFixed32 (line 168) | func sizeFixed32(x uint64) int { method EncodeZigzag64 (line 175) | func (p *Buffer) EncodeZigzag64(x uint64) error { function sizeZigzag64 (line 180) | func sizeZigzag64(x uint64) int { method EncodeZigzag32 (line 187) | func (p *Buffer) EncodeZigzag32(x uint64) error { function sizeZigzag32 (line 192) | func sizeZigzag32(x uint64) int { method EncodeRawBytes (line 199) | func (p *Buffer) EncodeRawBytes(b []byte) error { function sizeRawBytes (line 205) | func sizeRawBytes(b []byte) int { method EncodeStringBytes (line 212) | func (p *Buffer) EncodeStringBytes(s string) error { function sizeStringBytes (line 218) | func sizeStringBytes(s string) int { type Marshaler (line 224) | type Marshaler interface function Marshal (line 230) | func Marshal(pb Message) ([]byte, error) { method EncodeMessage (line 246) | func (p *Buffer) EncodeMessage(pb Message) error { method Marshal (line 261) | func (p *Buffer) Marshal(pb Message) error { function Size (line 288) | func Size(pb Message) (n int) { method enc_bool (line 314) | func (o *Buffer) enc_bool(p *Properties, base structPointer) error { method enc_proto3_bool (line 328) | func (o *Buffer) enc_proto3_bool(p *Properties, base structPointer) error { function size_bool (line 338) | func size_bool(p *Properties, base structPointer) int { function size_proto3_bool (line 346) | func size_proto3_bool(p *Properties, base structPointer) int { method enc_int32 (line 355) | func (o *Buffer) enc_int32(p *Properties, base structPointer) error { method enc_proto3_int32 (line 366) | func (o *Buffer) enc_proto3_int32(p *Properties, base structPointer) err... function size_int32 (line 377) | func size_int32(p *Properties, base structPointer) (n int) { function size_proto3_int32 (line 388) | func size_proto3_int32(p *Properties, base structPointer) (n int) { method enc_uint32 (line 401) | func (o *Buffer) enc_uint32(p *Properties, base structPointer) error { method enc_proto3_uint32 (line 412) | func (o *Buffer) enc_proto3_uint32(p *Properties, base structPointer) er... function size_uint32 (line 423) | func size_uint32(p *Properties, base structPointer) (n int) { function size_proto3_uint32 (line 434) | func size_proto3_uint32(p *Properties, base structPointer) (n int) { method enc_int64 (line 446) | func (o *Buffer) enc_int64(p *Properties, base structPointer) error { method enc_proto3_int64 (line 457) | func (o *Buffer) enc_proto3_int64(p *Properties, base structPointer) err... function size_int64 (line 468) | func size_int64(p *Properties, base structPointer) (n int) { function size_proto3_int64 (line 479) | func size_proto3_int64(p *Properties, base structPointer) (n int) { method enc_string (line 491) | func (o *Buffer) enc_string(p *Properties, base structPointer) error { method enc_proto3_string (line 502) | func (o *Buffer) enc_proto3_string(p *Properties, base structPointer) er... function size_string (line 512) | func size_string(p *Properties, base structPointer) (n int) { function size_proto3_string (line 523) | func size_proto3_string(p *Properties, base structPointer) (n int) { function isNil (line 534) | func isNil(v reflect.Value) bool { method enc_struct_message (line 543) | func (o *Buffer) enc_struct_message(p *Properties, base structPointer) e... function size_struct_message (line 566) | func size_struct_message(p *Properties, base structPointer) int { method enc_struct_group (line 588) | func (o *Buffer) enc_struct_group(p *Properties, base structPointer) err... function size_struct_group (line 604) | func size_struct_group(p *Properties, base structPointer) (n int) { method enc_slice_bool (line 617) | func (o *Buffer) enc_slice_bool(p *Properties, base structPointer) error { function size_slice_bool (line 634) | func size_slice_bool(p *Properties, base structPointer) int { method enc_slice_packed_bool (line 644) | func (o *Buffer) enc_slice_packed_bool(p *Properties, base structPointer... function size_slice_packed_bool (line 662) | func size_slice_packed_bool(p *Properties, base structPointer) (n int) { method enc_slice_byte (line 675) | func (o *Buffer) enc_slice_byte(p *Properties, base structPointer) error { method enc_proto3_slice_byte (line 685) | func (o *Buffer) enc_proto3_slice_byte(p *Properties, base structPointer... function size_slice_byte (line 695) | func size_slice_byte(p *Properties, base structPointer) (n int) { function size_proto3_slice_byte (line 705) | func size_proto3_slice_byte(p *Properties, base structPointer) (n int) { method enc_slice_int32 (line 716) | func (o *Buffer) enc_slice_int32(p *Properties, base structPointer) error { function size_slice_int32 (line 730) | func size_slice_int32(p *Properties, base structPointer) (n int) { method enc_slice_packed_int32 (line 745) | func (o *Buffer) enc_slice_packed_int32(p *Properties, base structPointe... function size_slice_packed_int32 (line 764) | func size_slice_packed_int32(p *Properties, base structPointer) (n int) { method enc_slice_uint32 (line 784) | func (o *Buffer) enc_slice_uint32(p *Properties, base structPointer) err... function size_slice_uint32 (line 798) | func size_slice_uint32(p *Properties, base structPointer) (n int) { method enc_slice_packed_uint32 (line 814) | func (o *Buffer) enc_slice_packed_uint32(p *Properties, base structPoint... function size_slice_packed_uint32 (line 832) | func size_slice_packed_uint32(p *Properties, base structPointer) (n int) { method enc_slice_int64 (line 850) | func (o *Buffer) enc_slice_int64(p *Properties, base structPointer) error { function size_slice_int64 (line 863) | func size_slice_int64(p *Properties, base structPointer) (n int) { method enc_slice_packed_int64 (line 877) | func (o *Buffer) enc_slice_packed_int64(p *Properties, base structPointe... function size_slice_packed_int64 (line 895) | func size_slice_packed_int64(p *Properties, base structPointer) (n int) { method enc_slice_slice_byte (line 913) | func (o *Buffer) enc_slice_slice_byte(p *Properties, base structPointer)... function size_slice_slice_byte (line 926) | func size_slice_slice_byte(p *Properties, base structPointer) (n int) { method enc_slice_string (line 940) | func (o *Buffer) enc_slice_string(p *Properties, base structPointer) err... function size_slice_string (line 950) | func size_slice_string(p *Properties, base structPointer) (n int) { method enc_slice_struct_message (line 961) | func (o *Buffer) enc_slice_struct_message(p *Properties, base structPoin... function size_slice_struct_message (line 996) | func size_slice_struct_message(p *Properties, base structPointer) (n int) { method enc_slice_struct_group (line 1022) | func (o *Buffer) enc_slice_struct_group(p *Properties, base structPointe... function size_slice_struct_group (line 1049) | func size_slice_struct_group(p *Properties, base structPointer) (n int) { method enc_map (line 1067) | func (o *Buffer) enc_map(p *Properties, base structPointer) error { method enc_exts (line 1076) | func (o *Buffer) enc_exts(p *Properties, base structPointer) error { method enc_map_body (line 1093) | func (o *Buffer) enc_map_body(v map[int32]Extension) error { function size_map (line 1115) | func size_map(p *Properties, base structPointer) int { function size_exts (line 1120) | func size_exts(p *Properties, base structPointer) int { method enc_new_map (line 1126) | func (o *Buffer) enc_new_map(p *Properties, base structPointer) error { function size_new_map (line 1172) | func size_new_map(p *Properties, base structPointer) int { function mapEncodeScratch (line 1195) | func mapEncodeScratch(mapType reflect.Type) (keycopy, valcopy reflect.Va... method enc_struct (line 1227) | func (o *Buffer) enc_struct(prop *StructProperties, base structPointer) ... function size_struct (line 1278) | func size_struct(prop *StructProperties, base structPointer) (n int) { method enc_len_struct (line 1304) | func (o *Buffer) enc_len_struct(prop *StructProperties, base structPoint... method enc_len_thing (line 1309) | func (o *Buffer) enc_len_thing(enc func() error, state *errorState) error { type errorState (line 1338) | type errorState struct method shouldContinue (line 1349) | func (s *errorState) shouldContinue(err error, prop *Properties) bool { FILE: src/github.com/golang/protobuf/proto/encode_test.go function BenchmarkAny (line 51) | func BenchmarkAny(b *testing.B) { function BenchmarkEmpy (line 77) | func BenchmarkEmpy(b *testing.B) { FILE: src/github.com/golang/protobuf/proto/equal.go function Equal (line 72) | func Equal(a, b Message) bool { function equalStruct (line 96) | func equalStruct(v1, v2 reflect.Value) bool { function equalAny (line 158) | func equalAny(v1, v2 reflect.Value, prop *Properties) bool { function equalExtensions (line 245) | func equalExtensions(base reflect.Type, x1, x2 XXX_InternalExtensions) b... function equalExtMap (line 251) | func equalExtMap(base reflect.Type, em1, em2 map[int32]Extension) bool { FILE: src/github.com/golang/protobuf/proto/equal_test.go function init (line 53) | func init() { function TestEqual (line 218) | func TestEqual(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/extensions.go type ExtensionRange (line 51) | type ExtensionRange struct type extendableProto (line 57) | type extendableProto interface type extendableProtoV1 (line 66) | type extendableProtoV1 interface type extensionAdapter (line 73) | type extensionAdapter struct method extensionsWrite (line 77) | func (e extensionAdapter) extensionsWrite() map[int32]Extension { method extensionsRead (line 81) | func (e extensionAdapter) extensionsRead() (map[int32]Extension, sync.... type notLocker (line 86) | type notLocker struct method Lock (line 88) | func (n notLocker) Lock() {} method Unlock (line 89) | func (n notLocker) Unlock() {} function extendable (line 94) | func extendable(p interface{}) (extendableProto, bool) { type XXX_InternalExtensions (line 111) | type XXX_InternalExtensions struct method extensionsWrite (line 126) | func (e *XXX_InternalExtensions) extensionsWrite() map[int32]Extension { method extensionsRead (line 139) | func (e *XXX_InternalExtensions) extensionsRead() (map[int32]Extension... type ExtensionDesc (line 151) | type ExtensionDesc struct method repeated (line 160) | func (ed *ExtensionDesc) repeated() bool { type Extension (line 166) | type Extension struct function SetRawExtension (line 181) | func SetRawExtension(base Message, id int32, b []byte) { function isExtensionField (line 191) | func isExtensionField(pb extendableProto, field int32) bool { function checkExtensionTypes (line 201) | func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) e... type extPropKey (line 218) | type extPropKey struct function extensionProperties (line 230) | func extensionProperties(ed *ExtensionDesc) *Properties { function encodeExtensions (line 254) | func encodeExtensions(e *XXX_InternalExtensions) error { function encodeExtensionsMap (line 265) | func encodeExtensionsMap(m map[int32]Extension) error { function extensionsSize (line 293) | func extensionsSize(e *XXX_InternalExtensions) (n int) { function extensionsMapSize (line 303) | func extensionsMapSize(m map[int32]Extension) (n int) { function HasExtension (line 328) | func HasExtension(pb Message, extension *ExtensionDesc) bool { function ClearExtension (line 345) | func ClearExtension(pb Message, extension *ExtensionDesc) { function GetExtension (line 357) | func GetExtension(pb Message, extension *ExtensionDesc) (interface{}, er... function defaultExtensionValue (line 407) | func defaultExtensionValue(extension *ExtensionDesc) (interface{}, error) { function decodeExtension (line 441) | func decodeExtension(b []byte, extension *ExtensionDesc) (interface{}, e... function GetExtensions (line 475) | func GetExtensions(pb Message, es []*ExtensionDesc) (extensions []interf... function ExtensionDescs (line 496) | func ExtensionDescs(pb Message) ([]*ExtensionDesc, error) { function SetExtension (line 525) | func SetExtension(pb Message, extension *ExtensionDesc, value interface{... function ClearAllExtensions (line 552) | func ClearAllExtensions(pb Message) { function RegisterExtension (line 569) | func RegisterExtension(desc *ExtensionDesc) { function RegisteredExtensions (line 585) | func RegisteredExtensions(pb Message) map[int32]*ExtensionDesc { FILE: src/github.com/golang/protobuf/proto/extensions_test.go function TestGetExtensionsWithMissingExtensions (line 46) | func TestGetExtensionsWithMissingExtensions(t *testing.T) { function TestExtensionDescsWithMissingExtensions (line 67) | func TestExtensionDescsWithMissingExtensions(t *testing.T) { type ExtensionDescSlice (line 109) | type ExtensionDescSlice method Len (line 111) | func (s ExtensionDescSlice) Len() int { return len(s) } method Less (line 112) | func (s ExtensionDescSlice) Less(i, j int) bool { return s[i].Field < ... method Swap (line 113) | func (s ExtensionDescSlice) Swap(i, j int) { s[i], s[j] = s[j], s... function sortExtDescs (line 115) | func sortExtDescs(s []*proto.ExtensionDesc) { function TestGetExtensionStability (line 119) | func TestGetExtensionStability(t *testing.T) { function TestGetExtensionDefaults (line 153) | func TestGetExtensionDefaults(t *testing.T) { function TestExtensionsRoundTrip (line 290) | func TestExtensionsRoundTrip(t *testing.T) { function TestNilExtension (line 333) | func TestNilExtension(t *testing.T) { function TestMarshalUnmarshalRepeatedExtension (line 349) | func TestMarshalUnmarshalRepeatedExtension(t *testing.T) { function TestUnmarshalRepeatingNonRepeatedExtension (line 411) | func TestUnmarshalRepeatingNonRepeatedExtension(t *testing.T) { function TestClearAllExtensions (line 486) | func TestClearAllExtensions(t *testing.T) { function TestMarshalRace (line 511) | func TestMarshalRace(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/lib.go type Message (line 277) | type Message interface type Stats (line 285) | type Stats struct constant collectStats (line 296) | collectStats = false function GetStats (line 301) | func GetStats() Stats { return stats } type Buffer (line 308) | type Buffer struct method Reset (line 331) | func (p *Buffer) Reset() { method SetBuf (line 338) | func (p *Buffer) SetBuf(s []byte) { method Bytes (line 344) | func (p *Buffer) Bytes() []byte { return p.buf } method DebugPrint (line 446) | func (p *Buffer) DebugPrint(s string, b []byte) { function NewBuffer (line 326) | func NewBuffer(e []byte) *Buffer { function Bool (line 352) | func Bool(v bool) *bool { function Int32 (line 358) | func Int32(v int32) *int32 { function Int (line 365) | func Int(v int) *int32 { function Int64 (line 373) | func Int64(v int64) *int64 { function Float32 (line 379) | func Float32(v float32) *float32 { function Float64 (line 385) | func Float64(v float64) *float64 { function Uint32 (line 391) | func Uint32(v uint32) *uint32 { function Uint64 (line 397) | func Uint64(v uint64) *uint64 { function String (line 403) | func String(v string) *string { function EnumName (line 409) | func EnumName(m map[int32]string, v int32) string { function UnmarshalJSONEnum (line 423) | func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string)... function SetDefaults (line 551) | func SetDefaults(pb Message) { function setDefaults (line 556) | func setDefaults(v reflect.Value, recur, zeros bool) { type defaultMessage (line 698) | type defaultMessage struct type scalarField (line 703) | type scalarField struct function buildDefaultMessage (line 710) | func buildDefaultMessage(t reflect.Type) (dm defaultMessage) { function fieldDefault (line 739) | func fieldDefault(ft reflect.Type, prop *Properties) (sf *scalarField, n... function mapKeys (line 839) | func mapKeys(vs []reflect.Value) sort.Interface { type mapKeySorter (line 863) | type mapKeySorter struct method Len (line 868) | func (s mapKeySorter) Len() int { return len(s.vs) } method Swap (line 869) | func (s mapKeySorter) Swap(i, j int) { s.vs[i], s.vs[j] = s.vs[j], s.v... method Less (line 870) | func (s mapKeySorter) Less(i, j int) bool { function isProto3Zero (line 875) | func isProto3Zero(v reflect.Value) bool { constant ProtoPackageIsVersion2 (line 893) | ProtoPackageIsVersion2 = true constant ProtoPackageIsVersion1 (line 897) | ProtoPackageIsVersion1 = true FILE: src/github.com/golang/protobuf/proto/map_test.go function marshalled (line 11) | func marshalled() []byte { function BenchmarkConcurrentMapUnmarshal (line 25) | func BenchmarkConcurrentMapUnmarshal(b *testing.B) { function BenchmarkSequentialMapUnmarshal (line 37) | func BenchmarkSequentialMapUnmarshal(b *testing.B) { FILE: src/github.com/golang/protobuf/proto/message_set.go type _MessageSet_Item (line 62) | type _MessageSet_Item struct type messageSet (line 67) | type messageSet struct method find (line 82) | func (ms *messageSet) find(pb Message) *_MessageSet_Item { method Has (line 96) | func (ms *messageSet) Has(pb Message) bool { method Unmarshal (line 103) | func (ms *messageSet) Unmarshal(pb Message) error { method Marshal (line 113) | func (ms *messageSet) Marshal(pb Message) error { method Reset (line 137) | func (ms *messageSet) Reset() { *ms = messageSet{} } method String (line 138) | func (ms *messageSet) String() string { return CompactTextString(ms) } method ProtoMessage (line 139) | func (*messageSet) ProtoMessage() {} type messageTypeIder (line 78) | type messageTypeIder interface function skipVarint (line 143) | func skipVarint(buf []byte) []byte { function MarshalMessageSet (line 152) | func MarshalMessageSet(exts interface{}) ([]byte, error) { function UnmarshalMessageSet (line 193) | func UnmarshalMessageSet(buf []byte, exts interface{}) error { function MarshalMessageSetJSON (line 234) | func MarshalMessageSetJSON(exts interface{}) ([]byte, error) { function UnmarshalMessageSetJSON (line 286) | func UnmarshalMessageSetJSON(buf []byte, exts interface{}) error { type messageSetDesc (line 300) | type messageSetDesc struct function RegisterMessageSetType (line 306) | func RegisterMessageSetType(m Message, fieldNum int32, name string) { FILE: src/github.com/golang/protobuf/proto/message_set_test.go function TestUnmarshalMessageSetWithDuplicate (line 39) | func TestUnmarshalMessageSetWithDuplicate(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/pointer_reflect.go type structPointer (line 46) | type structPointer struct function toStructPointer (line 52) | func toStructPointer(v reflect.Value) structPointer { function structPointer_IsNil (line 57) | func structPointer_IsNil(p structPointer) bool { function structPointer_Interface (line 62) | func structPointer_Interface(p structPointer, _ reflect.Type) interface{} { type field (line 69) | type field method IsValid (line 80) | func (f field) IsValid() bool { return f != nil } function toField (line 72) | func toField(f *reflect.StructField) field { function structPointer_field (line 83) | func structPointer_field(p structPointer, f field) reflect.Value { function structPointer_ifield (line 98) | func structPointer_ifield(p structPointer, f field) interface{} { function structPointer_Bytes (line 103) | func structPointer_Bytes(p structPointer, f field) *[]byte { function structPointer_BytesSlice (line 108) | func structPointer_BytesSlice(p structPointer, f field) *[][]byte { function structPointer_Bool (line 113) | func structPointer_Bool(p structPointer, f field) **bool { function structPointer_BoolVal (line 118) | func structPointer_BoolVal(p structPointer, f field) *bool { function structPointer_BoolSlice (line 123) | func structPointer_BoolSlice(p structPointer, f field) *[]bool { function structPointer_String (line 128) | func structPointer_String(p structPointer, f field) **string { function structPointer_StringVal (line 133) | func structPointer_StringVal(p structPointer, f field) *string { function structPointer_StringSlice (line 138) | func structPointer_StringSlice(p structPointer, f field) *[]string { function structPointer_Extensions (line 143) | func structPointer_Extensions(p structPointer, f field) *XXX_InternalExt... function structPointer_ExtMap (line 148) | func structPointer_ExtMap(p structPointer, f field) *map[int32]Extension { function structPointer_NewAt (line 153) | func structPointer_NewAt(p structPointer, f field, typ reflect.Type) ref... function structPointer_SetStructPointer (line 158) | func structPointer_SetStructPointer(p structPointer, f field, q structPo... function structPointer_GetStructPointer (line 163) | func structPointer_GetStructPointer(p structPointer, f field) structPoin... function structPointer_StructPointerSlice (line 168) | func structPointer_StructPointerSlice(p structPointer, f field) structPo... type structPointerSlice (line 174) | type structPointerSlice struct method Len (line 178) | func (p structPointerSlice) Len() int { return p.v.Le... method Index (line 179) | func (p structPointerSlice) Index(i int) structPointer { return struct... method Append (line 180) | func (p structPointerSlice) Append(q structPointer) { type word32 (line 195) | type word32 struct function word32_IsNil (line 200) | func word32_IsNil(p word32) bool { function word32_Set (line 205) | func word32_Set(p word32, o *Buffer, x uint32) { function word32_Get (line 240) | func word32_Get(p word32) uint32 { function structPointer_Word32 (line 254) | func structPointer_Word32(p structPointer, f field) word32 { type word32Val (line 260) | type word32Val struct function word32Val_Set (line 265) | func word32Val_Set(p word32Val, x uint32) { function word32Val_Get (line 283) | func word32Val_Get(p word32Val) uint32 { function structPointer_Word32Val (line 297) | func structPointer_Word32Val(p structPointer, f field) word32Val { type word32Slice (line 303) | type word32Slice struct method Append (line 307) | func (p word32Slice) Append(x uint32) { method Len (line 326) | func (p word32Slice) Len() int { method Index (line 330) | func (p word32Slice) Index(i int) uint32 { function structPointer_Word32Slice (line 344) | func structPointer_Word32Slice(p structPointer, f field) word32Slice { type word64 (line 349) | type word64 struct function word64_Set (line 353) | func word64_Set(p word64, o *Buffer, x uint64) { function word64_IsNil (line 384) | func word64_IsNil(p word64) bool { function word64_Get (line 388) | func word64_Get(p word64) uint64 { function structPointer_Word64 (line 401) | func structPointer_Word64(p structPointer, f field) word64 { type word64Val (line 406) | type word64Val struct function word64Val_Set (line 410) | func word64Val_Set(p word64Val, o *Buffer, x uint64) { function word64Val_Get (line 425) | func word64Val_Get(p word64Val) uint64 { function structPointer_Word64Val (line 438) | func structPointer_Word64Val(p structPointer, f field) word64Val { type word64Slice (line 442) | type word64Slice struct method Append (line 446) | func (p word64Slice) Append(x uint64) { method Len (line 465) | func (p word64Slice) Len() int { method Index (line 469) | func (p word64Slice) Index(i int) uint64 { function structPointer_Word64Slice (line 482) | func structPointer_Word64Slice(p structPointer, f field) word64Slice { FILE: src/github.com/golang/protobuf/proto/pointer_unsafe.go type structPointer (line 53) | type structPointer function toStructPointer (line 56) | func toStructPointer(v reflect.Value) structPointer { function structPointer_IsNil (line 61) | func structPointer_IsNil(p structPointer) bool { function structPointer_Interface (line 67) | func structPointer_Interface(p structPointer, t reflect.Type) interface{} { type field (line 73) | type field method IsValid (line 84) | func (f field) IsValid() bool { function toField (line 76) | func toField(f *reflect.StructField) field { constant invalidField (line 81) | invalidField = ^field(0) function structPointer_Bytes (line 89) | func structPointer_Bytes(p structPointer, f field) *[]byte { function structPointer_BytesSlice (line 94) | func structPointer_BytesSlice(p structPointer, f field) *[][]byte { function structPointer_Bool (line 99) | func structPointer_Bool(p structPointer, f field) **bool { function structPointer_BoolVal (line 104) | func structPointer_BoolVal(p structPointer, f field) *bool { function structPointer_BoolSlice (line 109) | func structPointer_BoolSlice(p structPointer, f field) *[]bool { function structPointer_String (line 114) | func structPointer_String(p structPointer, f field) **string { function structPointer_StringVal (line 119) | func structPointer_StringVal(p structPointer, f field) *string { function structPointer_StringSlice (line 124) | func structPointer_StringSlice(p structPointer, f field) *[]string { function structPointer_Extensions (line 129) | func structPointer_Extensions(p structPointer, f field) *XXX_InternalExt... function structPointer_ExtMap (line 133) | func structPointer_ExtMap(p structPointer, f field) *map[int32]Extension { function structPointer_NewAt (line 138) | func structPointer_NewAt(p structPointer, f field, typ reflect.Type) ref... function structPointer_SetStructPointer (line 143) | func structPointer_SetStructPointer(p structPointer, f field, q structPo... function structPointer_GetStructPointer (line 148) | func structPointer_GetStructPointer(p structPointer, f field) structPoin... function structPointer_StructPointerSlice (line 153) | func structPointer_StructPointerSlice(p structPointer, f field) *structP... type structPointerSlice (line 158) | type structPointerSlice method Len (line 160) | func (v *structPointerSlice) Len() int { return len(*... method Index (line 161) | func (v *structPointerSlice) Index(i int) structPointer { return (*v)[... method Append (line 162) | func (v *structPointerSlice) Append(p structPointer) { *v = append(... type word32 (line 165) | type word32 function word32_IsNil (line 168) | func word32_IsNil(p word32) bool { function word32_Set (line 173) | func word32_Set(p word32, o *Buffer, x uint32) { function word32_Get (line 183) | func word32_Get(p word32) uint32 { function structPointer_Word32 (line 188) | func structPointer_Word32(p structPointer, f field) word32 { type word32Val (line 193) | type word32Val function word32Val_Set (line 196) | func word32Val_Set(p word32Val, x uint32) { function word32Val_Get (line 201) | func word32Val_Get(p word32Val) uint32 { function structPointer_Word32Val (line 206) | func structPointer_Word32Val(p structPointer, f field) word32Val { type word32Slice (line 211) | type word32Slice method Append (line 213) | func (v *word32Slice) Append(x uint32) { *v = append(*v, x) } method Len (line 214) | func (v *word32Slice) Len() int { return len(*v) } method Index (line 215) | func (v *word32Slice) Index(i int) uint32 { return (*v)[i] } function structPointer_Word32Slice (line 218) | func structPointer_Word32Slice(p structPointer, f field) *word32Slice { type word64 (line 223) | type word64 function word64_Set (line 225) | func word64_Set(p word64, o *Buffer, x uint64) { function word64_IsNil (line 234) | func word64_IsNil(p word64) bool { function word64_Get (line 238) | func word64_Get(p word64) uint64 { function structPointer_Word64 (line 242) | func structPointer_Word64(p structPointer, f field) word64 { type word64Val (line 247) | type word64Val function word64Val_Set (line 249) | func word64Val_Set(p word64Val, o *Buffer, x uint64) { function word64Val_Get (line 253) | func word64Val_Get(p word64Val) uint64 { function structPointer_Word64Val (line 257) | func structPointer_Word64Val(p structPointer, f field) word64Val { type word64Slice (line 262) | type word64Slice method Append (line 264) | func (v *word64Slice) Append(x uint64) { *v = append(*v, x) } method Len (line 265) | func (v *word64Slice) Len() int { return len(*v) } method Index (line 266) | func (v *word64Slice) Index(i int) uint64 { return (*v)[i] } function structPointer_Word64Slice (line 268) | func structPointer_Word64Slice(p structPointer, f field) *word64Slice { FILE: src/github.com/golang/protobuf/proto/properties.go constant debug (line 49) | debug bool = false constant WireVarint (line 53) | WireVarint = 0 constant WireFixed64 (line 54) | WireFixed64 = 1 constant WireBytes (line 55) | WireBytes = 2 constant WireStartGroup (line 56) | WireStartGroup = 3 constant WireEndGroup (line 57) | WireEndGroup = 4 constant WireFixed32 (line 58) | WireFixed32 = 5 constant startSize (line 61) | startSize = 10 type encoder (line 66) | type encoder type valueEncoder (line 69) | type valueEncoder type sizer (line 74) | type sizer type valueSizer (line 78) | type valueSizer type decoder (line 83) | type decoder type valueDecoder (line 86) | type valueDecoder type oneofMarshaler (line 89) | type oneofMarshaler type oneofUnmarshaler (line 92) | type oneofUnmarshaler type oneofSizer (line 95) | type oneofSizer type tagMap (line 100) | type tagMap struct method get (line 109) | func (p *tagMap) get(t int) (int, bool) { method put (line 121) | func (p *tagMap) put(t int, fi int) { constant tagMapFastLimit (line 107) | tagMapFastLimit = 1024 type StructProperties (line 137) | type StructProperties struct method Len (line 166) | func (sp *StructProperties) Len() int { return len(sp.order) } method Less (line 167) | func (sp *StructProperties) Less(i, j int) bool { method Swap (line 170) | func (sp *StructProperties) Swap(i, j int) { sp.order[i], sp.order[j] ... type OneofProperties (line 157) | type OneofProperties struct type Properties (line 173) | type Properties struct method String (line 217) | func (p *Properties) String() string { method Parse (line 253) | func (p *Properties) Parse(s string) { method setEncAndDec (line 342) | func (p *Properties) setEncAndDec(typ reflect.Type, f *reflect.StructF... method Init (line 616) | func (p *Properties) Init(typ reflect.Type, name, tag string, f *refle... method init (line 620) | func (p *Properties) init(typ reflect.Type, name, tag string, f *refle... function logNoSliceEnc (line 335) | func logNoSliceEnc(t1, t2 reflect.Type) { function isMarshaler (line 594) | func isMarshaler(t reflect.Type) bool { function isUnmarshaler (line 605) | func isUnmarshaler(t reflect.Type) bool { function GetProperties (line 641) | func GetProperties(t reflect.Type) *StructProperties { function getPropertiesLocked (line 665) | func getPropertiesLocked(t reflect.Type) *StructProperties { function propByIndex (line 783) | func propByIndex(t reflect.Type, x []int) *Properties { function getbase (line 793) | func getbase(pb Message) (t reflect.Type, b structPointer, err error) { function RegisterEnum (line 813) | func RegisterEnum(typeName string, unusedNameMap map[int32]string, value... function EnumValueMap (line 822) | func EnumValueMap(enumType string) map[string]int32 { function RegisterType (line 835) | func RegisterType(x Message, name string) { function MessageName (line 847) | func MessageName(x Message) string { function MessageType (line 858) | func MessageType(name string) reflect.Type { return protoTypes[name] } function RegisterFile (line 867) | func RegisterFile(filename string, fileDescriptor []byte) { function FileDescriptor (line 872) | func FileDescriptor(filename string) []byte { return protoFiles[filename] } FILE: src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go constant _ (line 35) | _ = proto.ProtoPackageIsVersion2 type Message_Humour (line 37) | type Message_Humour method String (line 59) | func (x Message_Humour) String() string { method EnumDescriptor (line 62) | func (Message_Humour) EnumDescriptor() ([]byte, []int) { return fileDe... constant Message_UNKNOWN (line 40) | Message_UNKNOWN Message_Humour = 0 constant Message_PUNS (line 41) | Message_PUNS Message_Humour = 1 constant Message_SLAPSTICK (line 42) | Message_SLAPSTICK Message_Humour = 2 constant Message_BILL_BAILEY (line 43) | Message_BILL_BAILEY Message_Humour = 3 type Message (line 64) | type Message struct method Reset (line 85) | func (m *Message) Reset() { *m = Message{} } method String (line 86) | func (m *Message) String() string { return proto.CompactTex... method ProtoMessage (line 87) | func (*Message) ProtoMessage() {} method Descriptor (line 88) | func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0,... method GetName (line 90) | func (m *Message) GetName() string { method GetHilarity (line 97) | func (m *Message) GetHilarity() Message_Humour { method GetHeightInCm (line 104) | func (m *Message) GetHeightInCm() uint32 { method GetData (line 111) | func (m *Message) GetData() []byte { method GetResultCount (line 118) | func (m *Message) GetResultCount() int64 { method GetTrueScotsman (line 125) | func (m *Message) GetTrueScotsman() bool { method GetScore (line 132) | func (m *Message) GetScore() float32 { method GetKey (line 139) | func (m *Message) GetKey() []uint64 { method GetShortKey (line 146) | func (m *Message) GetShortKey() []int32 { method GetNested (line 153) | func (m *Message) GetNested() *Nested { method GetRFunny (line 160) | func (m *Message) GetRFunny() []Message_Humour { method GetTerrain (line 167) | func (m *Message) GetTerrain() map[string]*Nested { method GetProto2Field (line 174) | func (m *Message) GetProto2Field() *testdata.SubDefaults { method GetProto2Value (line 181) | func (m *Message) GetProto2Value() map[string]*testdata.SubDefaults { method GetAnything (line 188) | func (m *Message) GetAnything() *google_protobuf.Any { method GetManyThings (line 195) | func (m *Message) GetManyThings() []*google_protobuf.Any { method GetSubmessage (line 202) | func (m *Message) GetSubmessage() *Message { method GetChildren (line 209) | func (m *Message) GetChildren() []*Message { type Nested (line 216) | type Nested struct method Reset (line 221) | func (m *Nested) Reset() { *m = Nested{} } method String (line 222) | func (m *Nested) String() string { return proto.CompactText... method ProtoMessage (line 223) | func (*Nested) ProtoMessage() {} method Descriptor (line 224) | func (*Nested) Descriptor() ([]byte, []int) { return fileDescriptor0, ... method GetBunny (line 226) | func (m *Nested) GetBunny() string { method GetCute (line 233) | func (m *Nested) GetCute() bool { type MessageWithMap (line 240) | type MessageWithMap struct method Reset (line 244) | func (m *MessageWithMap) Reset() { *m = MessageWith... method String (line 245) | func (m *MessageWithMap) String() string { return proto.Com... method ProtoMessage (line 246) | func (*MessageWithMap) ProtoMessage() {} method Descriptor (line 247) | func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescr... method GetByteMapping (line 249) | func (m *MessageWithMap) GetByteMapping() map[bool][]byte { type IntMap (line 256) | type IntMap struct method Reset (line 260) | func (m *IntMap) Reset() { *m = IntMap{} } method String (line 261) | func (m *IntMap) String() string { return proto.CompactText... method ProtoMessage (line 262) | func (*IntMap) ProtoMessage() {} method Descriptor (line 263) | func (*IntMap) Descriptor() ([]byte, []int) { return fileDescriptor0, ... method GetRtt (line 265) | func (m *IntMap) GetRtt() map[int32]int32 { type IntMaps (line 272) | type IntMaps struct method Reset (line 276) | func (m *IntMaps) Reset() { *m = IntMaps{} } method String (line 277) | func (m *IntMaps) String() string { return proto.CompactTex... method ProtoMessage (line 278) | func (*IntMaps) ProtoMessage() {} method Descriptor (line 279) | func (*IntMaps) Descriptor() ([]byte, []int) { return fileDescriptor0,... method GetMaps (line 281) | func (m *IntMaps) GetMaps() []*IntMap { function init (line 288) | func init() { function init (line 297) | func init() { proto.RegisterFile("proto3_proto/proto3.proto", fileDescri... FILE: src/github.com/golang/protobuf/proto/proto3_test.go function TestProto3ZeroValues (line 42) | func TestProto3ZeroValues(t *testing.T) { function TestRoundTripProto3 (line 62) | func TestRoundTripProto3(t *testing.T) { function TestGettersForBasicTypesExist (line 96) | func TestGettersForBasicTypesExist(t *testing.T) { function TestProto3SetDefaults (line 106) | func TestProto3SetDefaults(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/size2_test.go function TestVarintSize (line 42) | func TestVarintSize(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/size_test.go function init (line 49) | func init() { function TestSize (line 151) | func TestSize(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/testdata/golden_test.go function sum (line 47) | func sum(t *testing.T, name string) string { function run (line 61) | func run(t *testing.T, name string, args ...string) { function TestGolden (line 72) | func TestGolden(t *testing.T) { FILE: src/github.com/golang/protobuf/proto/testdata/test.pb.go constant _ (line 58) | _ = proto.ProtoPackageIsVersion2 type FOO (line 60) | type FOO method Enum (line 73) | func (x FOO) Enum() *FOO { method String (line 78) | func (x FOO) String() string { method UnmarshalJSON (line 81) | func (x *FOO) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 89) | func (FOO) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, ... constant FOO_FOO1 (line 63) | FOO_FOO1 FOO = 1 type GoTest_KIND (line 92) | type GoTest_KIND method Enum (line 145) | func (x GoTest_KIND) Enum() *GoTest_KIND { method String (line 150) | func (x GoTest_KIND) String() string { method UnmarshalJSON (line 153) | func (x *GoTest_KIND) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 161) | func (GoTest_KIND) EnumDescriptor() ([]byte, []int) { return fileDescr... constant GoTest_VOID (line 95) | GoTest_VOID GoTest_KIND = 0 constant GoTest_BOOL (line 97) | GoTest_BOOL GoTest_KIND = 1 constant GoTest_BYTES (line 98) | GoTest_BYTES GoTest_KIND = 2 constant GoTest_FINGERPRINT (line 99) | GoTest_FINGERPRINT GoTest_KIND = 3 constant GoTest_FLOAT (line 100) | GoTest_FLOAT GoTest_KIND = 4 constant GoTest_INT (line 101) | GoTest_INT GoTest_KIND = 5 constant GoTest_STRING (line 102) | GoTest_STRING GoTest_KIND = 6 constant GoTest_TIME (line 103) | GoTest_TIME GoTest_KIND = 7 constant GoTest_TUPLE (line 105) | GoTest_TUPLE GoTest_KIND = 8 constant GoTest_ARRAY (line 106) | GoTest_ARRAY GoTest_KIND = 9 constant GoTest_MAP (line 107) | GoTest_MAP GoTest_KIND = 10 constant GoTest_TABLE (line 109) | GoTest_TABLE GoTest_KIND = 11 constant GoTest_FUNCTION (line 111) | GoTest_FUNCTION GoTest_KIND = 12 type MyMessage_Color (line 163) | type MyMessage_Color method Enum (line 182) | func (x MyMessage_Color) Enum() *MyMessage_Color { method String (line 187) | func (x MyMessage_Color) String() string { method UnmarshalJSON (line 190) | func (x *MyMessage_Color) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 198) | func (MyMessage_Color) EnumDescriptor() ([]byte, []int) { return fileD... constant MyMessage_RED (line 166) | MyMessage_RED MyMessage_Color = 0 constant MyMessage_GREEN (line 167) | MyMessage_GREEN MyMessage_Color = 1 constant MyMessage_BLUE (line 168) | MyMessage_BLUE MyMessage_Color = 2 type DefaultsMessage_DefaultsEnum (line 200) | type DefaultsMessage_DefaultsEnum method Enum (line 219) | func (x DefaultsMessage_DefaultsEnum) Enum() *DefaultsMessage_Defaults... method String (line 224) | func (x DefaultsMessage_DefaultsEnum) String() string { method UnmarshalJSON (line 227) | func (x *DefaultsMessage_DefaultsEnum) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 235) | func (DefaultsMessage_DefaultsEnum) EnumDescriptor() ([]byte, []int) { constant DefaultsMessage_ZERO (line 203) | DefaultsMessage_ZERO DefaultsMessage_DefaultsEnum = 0 constant DefaultsMessage_ONE (line 204) | DefaultsMessage_ONE DefaultsMessage_DefaultsEnum = 1 constant DefaultsMessage_TWO (line 205) | DefaultsMessage_TWO DefaultsMessage_DefaultsEnum = 2 type Defaults_Color (line 239) | type Defaults_Color method Enum (line 258) | func (x Defaults_Color) Enum() *Defaults_Color { method String (line 263) | func (x Defaults_Color) String() string { method UnmarshalJSON (line 266) | func (x *Defaults_Color) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 274) | func (Defaults_Color) EnumDescriptor() ([]byte, []int) { return fileDe... constant Defaults_RED (line 242) | Defaults_RED Defaults_Color = 0 constant Defaults_GREEN (line 243) | Defaults_GREEN Defaults_Color = 1 constant Defaults_BLUE (line 244) | Defaults_BLUE Defaults_Color = 2 type RepeatedEnum_Color (line 276) | type RepeatedEnum_Color method Enum (line 289) | func (x RepeatedEnum_Color) Enum() *RepeatedEnum_Color { method String (line 294) | func (x RepeatedEnum_Color) String() string { method UnmarshalJSON (line 297) | func (x *RepeatedEnum_Color) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 305) | func (RepeatedEnum_Color) EnumDescriptor() ([]byte, []int) { return fi... constant RepeatedEnum_RED (line 279) | RepeatedEnum_RED RepeatedEnum_Color = 1 type GoEnum (line 307) | type GoEnum struct method Reset (line 312) | func (m *GoEnum) Reset() { *m = GoEnum{} } method String (line 313) | func (m *GoEnum) String() string { return proto.CompactText... method ProtoMessage (line 314) | func (*GoEnum) ProtoMessage() {} method Descriptor (line 315) | func (*GoEnum) Descriptor() ([]byte, []int) { return fileDescriptor0, ... method GetFoo (line 317) | func (m *GoEnum) GetFoo() FOO { type GoTestField (line 324) | type GoTestField struct method Reset (line 330) | func (m *GoTestField) Reset() { *m = GoTestField{} } method String (line 331) | func (m *GoTestField) String() string { return proto.Compac... method ProtoMessage (line 332) | func (*GoTestField) ProtoMessage() {} method Descriptor (line 333) | func (*GoTestField) Descriptor() ([]byte, []int) { return fileDescript... method GetLabel (line 335) | func (m *GoTestField) GetLabel() string { method GetType (line 342) | func (m *GoTestField) GetType() string { type GoTest (line 349) | type GoTest struct method Reset (line 432) | func (m *GoTest) Reset() { *m = GoTest{} } method String (line 433) | func (m *GoTest) String() string { return proto.CompactText... method ProtoMessage (line 434) | func (*GoTest) ProtoMessage() {} method Descriptor (line 435) | func (*GoTest) Descriptor() ([]byte, []int) { return fileDescriptor0, ... method GetKind (line 453) | func (m *GoTest) GetKind() GoTest_KIND { method GetTable (line 460) | func (m *GoTest) GetTable() string { method GetParam (line 467) | func (m *GoTest) GetParam() int32 { method GetRequiredField (line 474) | func (m *GoTest) GetRequiredField() *GoTestField { method GetRepeatedField (line 481) | func (m *GoTest) GetRepeatedField() []*GoTestField { method GetOptionalField (line 488) | func (m *GoTest) GetOptionalField() *GoTestField { method GetF_BoolRequired (line 495) | func (m *GoTest) GetF_BoolRequired() bool { method GetF_Int32Required (line 502) | func (m *GoTest) GetF_Int32Required() int32 { method GetF_Int64Required (line 509) | func (m *GoTest) GetF_Int64Required() int64 { method GetF_Fixed32Required (line 516) | func (m *GoTest) GetF_Fixed32Required() uint32 { method GetF_Fixed64Required (line 523) | func (m *GoTest) GetF_Fixed64Required() uint64 { method GetF_Uint32Required (line 530) | func (m *GoTest) GetF_Uint32Required() uint32 { method GetF_Uint64Required (line 537) | func (m *GoTest) GetF_Uint64Required() uint64 { method GetF_FloatRequired (line 544) | func (m *GoTest) GetF_FloatRequired() float32 { method GetF_DoubleRequired (line 551) | func (m *GoTest) GetF_DoubleRequired() float64 { method GetF_StringRequired (line 558) | func (m *GoTest) GetF_StringRequired() string { method GetF_BytesRequired (line 565) | func (m *GoTest) GetF_BytesRequired() []byte { method GetF_Sint32Required (line 572) | func (m *GoTest) GetF_Sint32Required() int32 { method GetF_Sint64Required (line 579) | func (m *GoTest) GetF_Sint64Required() int64 { method GetF_BoolRepeated (line 586) | func (m *GoTest) GetF_BoolRepeated() []bool { method GetF_Int32Repeated (line 593) | func (m *GoTest) GetF_Int32Repeated() []int32 { method GetF_Int64Repeated (line 600) | func (m *GoTest) GetF_Int64Repeated() []int64 { method GetF_Fixed32Repeated (line 607) | func (m *GoTest) GetF_Fixed32Repeated() []uint32 { method GetF_Fixed64Repeated (line 614) | func (m *GoTest) GetF_Fixed64Repeated() []uint64 { method GetF_Uint32Repeated (line 621) | func (m *GoTest) GetF_Uint32Repeated() []uint32 { method GetF_Uint64Repeated (line 628) | func (m *GoTest) GetF_Uint64Repeated() []uint64 { method GetF_FloatRepeated (line 635) | func (m *GoTest) GetF_FloatRepeated() []float32 { method GetF_DoubleRepeated (line 642) | func (m *GoTest) GetF_DoubleRepeated() []float64 { method GetF_StringRepeated (line 649) | func (m *GoTest) GetF_StringRepeated() []string { method GetF_BytesRepeated (line 656) | func (m *GoTest) GetF_BytesRepeated() [][]byte { method GetF_Sint32Repeated (line 663) | func (m *GoTest) GetF_Sint32Repeated() []int32 { method GetF_Sint64Repeated (line 670) | func (m *GoTest) GetF_Sint64Repeated() []int64 { method GetF_BoolOptional (line 677) | func (m *GoTest) GetF_BoolOptional() bool { method GetF_Int32Optional (line 684) | func (m *GoTest) GetF_Int32Optional() int32 { method GetF_Int64Optional (line 691) | func (m *GoTest) GetF_Int64Optional() int64 { method GetF_Fixed32Optional (line 698) | func (m *GoTest) GetF_Fixed32Optional() uint32 { method GetF_Fixed64Optional (line 705) | func (m *GoTest) GetF_Fixed64Optional() uint64 { method GetF_Uint32Optional (line 712) | func (m *GoTest) GetF_Uint32Optional() uint32 { method GetF_Uint64Optional (line 719) | func (m *GoTest) GetF_Uint64Optional() uint64 { method GetF_FloatOptional (line 726) | func (m *GoTest) GetF_FloatOptional() float32 { method GetF_DoubleOptional (line 733) | func (m *GoTest) GetF_DoubleOptional() float64 { method GetF_StringOptional (line 740) | func (m *GoTest) GetF_StringOptional() string { method GetF_BytesOptional (line 747) | func (m *GoTest) GetF_BytesOptional() []byte { method GetF_Sint32Optional (line 754) | func (m *GoTest) GetF_Sint32Optional() int32 { method GetF_Sint64Optional (line 761) | func (m *GoTest) GetF_Sint64Optional() int64 { method GetF_BoolDefaulted (line 768) | func (m *GoTest) GetF_BoolDefaulted() bool { method GetF_Int32Defaulted (line 775) | func (m *GoTest) GetF_Int32Defaulted() int32 { method GetF_Int64Defaulted (line 782) | func (m *GoTest) GetF_Int64Defaulted() int64 { method GetF_Fixed32Defaulted (line 789) | func (m *GoTest) GetF_Fixed32Defaulted() uint32 { method GetF_Fixed64Defaulted (line 796) | func (m *GoTest) GetF_Fixed64Defaulted() uint64 { method GetF_Uint32Defaulted (line 803) | func (m *GoTest) GetF_Uint32Defaulted() uint32 { method GetF_Uint64Defaulted (line 810) | func (m *GoTest) GetF_Uint64Defaulted() uint64 { method GetF_FloatDefaulted (line 817) | func (m *GoTest) GetF_FloatDefaulted() float32 { method GetF_DoubleDefaulted (line 824) | func (m *GoTest) GetF_DoubleDefaulted() float64 { method GetF_StringDefaulted (line 831) | func (m *GoTest) GetF_StringDefaulted() string { method GetF_BytesDefaulted (line 838) | func (m *GoTest) GetF_BytesDefaulted() []byte { method GetF_Sint32Defaulted (line 845) | func (m *GoTest) GetF_Sint32Defaulted() int32 { method GetF_Sint64Defaulted (line 852) | func (m *GoTest) GetF_Sint64Defaulted() int64 { method GetF_BoolRepeatedPacked (line 859) | func (m *GoTest) GetF_BoolRepeatedPacked() []bool { method GetF_Int32RepeatedPacked (line 866) | func (m *GoTest) GetF_Int32RepeatedPacked() []int32 { method GetF_Int64RepeatedPacked (line 873) | func (m *GoTest) GetF_Int64RepeatedPacked() []int64 { method GetF_Fixed32RepeatedPacked (line 880) | func (m *GoTest) GetF_Fixed32RepeatedPacked() []uint32 { method GetF_Fixed64RepeatedPacked (line 887) | func (m *GoTest) GetF_Fixed64RepeatedPacked() []uint64 { method GetF_Uint32RepeatedPacked (line 894) | func (m *GoTest) GetF_Uint32RepeatedPacked() []uint32 { method GetF_Uint64RepeatedPacked (line 901) | func (m *GoTest) GetF_Uint64RepeatedPacked() []uint64 { method GetF_FloatRepeatedPacked (line 908) | func (m *GoTest) GetF_FloatRepeatedPacked() []float32 { method GetF_DoubleRepeatedPacked (line 915) | func (m *GoTest) GetF_DoubleRepeatedPacked() []float64 { method GetF_Sint32RepeatedPacked (line 922) | func (m *GoTest) GetF_Sint32RepeatedPacked() []int32 { method GetF_Sint64RepeatedPacked (line 929) | func (m *GoTest) GetF_Sint64RepeatedPacked() []int64 { method GetRequiredgroup (line 936) | func (m *GoTest) GetRequiredgroup() *GoTest_RequiredGroup { method GetRepeatedgroup (line 943) | func (m *GoTest) GetRepeatedgroup() []*GoTest_RepeatedGroup { method GetOptionalgroup (line 950) | func (m *GoTest) GetOptionalgroup() *GoTest_OptionalGroup { constant Default_GoTest_F_BoolDefaulted (line 437) | Default_GoTest_F_BoolDefaulted bool = true constant Default_GoTest_F_Int32Defaulted (line 438) | Default_GoTest_F_Int32Defaulted int32 = 32 constant Default_GoTest_F_Int64Defaulted (line 439) | Default_GoTest_F_Int64Defaulted int64 = 64 constant Default_GoTest_F_Fixed32Defaulted (line 440) | Default_GoTest_F_Fixed32Defaulted uint32 = 320 constant Default_GoTest_F_Fixed64Defaulted (line 441) | Default_GoTest_F_Fixed64Defaulted uint64 = 640 constant Default_GoTest_F_Uint32Defaulted (line 442) | Default_GoTest_F_Uint32Defaulted uint32 = 3200 constant Default_GoTest_F_Uint64Defaulted (line 443) | Default_GoTest_F_Uint64Defaulted uint64 = 6400 constant Default_GoTest_F_FloatDefaulted (line 444) | Default_GoTest_F_FloatDefaulted float32 = 314159 constant Default_GoTest_F_DoubleDefaulted (line 445) | Default_GoTest_F_DoubleDefaulted float64 = 271828 constant Default_GoTest_F_StringDefaulted (line 446) | Default_GoTest_F_StringDefaulted string = "hello, \"world!\"\n" constant Default_GoTest_F_Sint32Defaulted (line 450) | Default_GoTest_F_Sint32Defaulted int32 = -32 constant Default_GoTest_F_Sint64Defaulted (line 451) | Default_GoTest_F_Sint64Defaulted int64 = -64 type GoTest_RequiredGroup (line 958) | type GoTest_RequiredGroup struct method Reset (line 963) | func (m *GoTest_RequiredGroup) Reset() { *m = GoTes... method String (line 964) | func (m *GoTest_RequiredGroup) String() string { return pro... method ProtoMessage (line 965) | func (*GoTest_RequiredGroup) ProtoMessage() {} method Descriptor (line 966) | func (*GoTest_RequiredGroup) Descriptor() ([]byte, []int) { return fil... method GetRequiredField (line 968) | func (m *GoTest_RequiredGroup) GetRequiredField() string { type GoTest_RepeatedGroup (line 975) | type GoTest_RepeatedGroup struct method Reset (line 980) | func (m *GoTest_RepeatedGroup) Reset() { *m = GoTes... method String (line 981) | func (m *GoTest_RepeatedGroup) String() string { return pro... method ProtoMessage (line 982) | func (*GoTest_RepeatedGroup) ProtoMessage() {} method Descriptor (line 983) | func (*GoTest_RepeatedGroup) Descriptor() ([]byte, []int) { return fil... method GetRequiredField (line 985) | func (m *GoTest_RepeatedGroup) GetRequiredField() string { type GoTest_OptionalGroup (line 992) | type GoTest_OptionalGroup struct method Reset (line 997) | func (m *GoTest_OptionalGroup) Reset() { *m = GoTes... method String (line 998) | func (m *GoTest_OptionalGroup) String() string { return pro... method ProtoMessage (line 999) | func (*GoTest_OptionalGroup) ProtoMessage() {} method Descriptor (line 1000) | func (*GoTest_OptionalGroup) Descriptor() ([]byte, []int) { return fil... method GetRequiredField (line 1002) | func (m *GoTest_OptionalGroup) GetRequiredField() string { type GoTestRequiredGroupField (line 1010) | type GoTestRequiredGroupField struct method Reset (line 1015) | func (m *GoTestRequiredGroupField) Reset() { *m = G... method String (line 1016) | func (m *GoTestRequiredGroupField) String() string { return... method ProtoMessage (line 1017) | func (*GoTestRequiredGroupField) ProtoMessage() {} method Descriptor (line 1018) | func (*GoTestRequiredGroupField) Descriptor() ([]byte, []int) { return... method GetGroup (line 1020) | func (m *GoTestRequiredGroupField) GetGroup() *GoTestRequiredGroupFiel... type GoTestRequiredGroupField_Group (line 1027) | type GoTestRequiredGroupField_Group struct method Reset (line 1032) | func (m *GoTestRequiredGroupField_Group) Reset() { *m = GoTest... method String (line 1033) | func (m *GoTestRequiredGroupField_Group) String() string { return prot... method ProtoMessage (line 1034) | func (*GoTestRequiredGroupField_Group) ProtoMessage() {} method Descriptor (line 1035) | func (*GoTestRequiredGroupField_Group) Descriptor() ([]byte, []int) { method GetField (line 1039) | func (m *GoTestRequiredGroupField_Group) GetField() int32 { type GoSkipTest (line 1049) | type GoSkipTest struct method Reset (line 1058) | func (m *GoSkipTest) Reset() { *m = GoSkipTest{} } method String (line 1059) | func (m *GoSkipTest) String() string { return proto.Compact... method ProtoMessage (line 1060) | func (*GoSkipTest) ProtoMessage() {} method Descriptor (line 1061) | func (*GoSkipTest) Descriptor() ([]byte, []int) { return fileDescripto... method GetSkipInt32 (line 1063) | func (m *GoSkipTest) GetSkipInt32() int32 { method GetSkipFixed32 (line 1070) | func (m *GoSkipTest) GetSkipFixed32() uint32 { method GetSkipFixed64 (line 1077) | func (m *GoSkipTest) GetSkipFixed64() uint64 { method GetSkipString (line 1084) | func (m *GoSkipTest) GetSkipString() string { method GetSkipgroup (line 1091) | func (m *GoSkipTest) GetSkipgroup() *GoSkipTest_SkipGroup { type GoSkipTest_SkipGroup (line 1098) | type GoSkipTest_SkipGroup struct method Reset (line 1104) | func (m *GoSkipTest_SkipGroup) Reset() { *m = GoSki... method String (line 1105) | func (m *GoSkipTest_SkipGroup) String() string { return pro... method ProtoMessage (line 1106) | func (*GoSkipTest_SkipGroup) ProtoMessage() {} method Descriptor (line 1107) | func (*GoSkipTest_SkipGroup) Descriptor() ([]byte, []int) { return fil... method GetGroupInt32 (line 1109) | func (m *GoSkipTest_SkipGroup) GetGroupInt32() int32 { method GetGroupString (line 1116) | func (m *GoSkipTest_SkipGroup) GetGroupString() string { type NonPackedTest (line 1125) | type NonPackedTest struct method Reset (line 1130) | func (m *NonPackedTest) Reset() { *m = NonPackedTes... method String (line 1131) | func (m *NonPackedTest) String() string { return proto.Comp... method ProtoMessage (line 1132) | func (*NonPackedTest) ProtoMessage() {} method Descriptor (line 1133) | func (*NonPackedTest) Descriptor() ([]byte, []int) { return fileDescri... method GetA (line 1135) | func (m *NonPackedTest) GetA() []int32 { type PackedTest (line 1142) | type PackedTest struct method Reset (line 1147) | func (m *PackedTest) Reset() { *m = PackedTest{} } method String (line 1148) | func (m *PackedTest) String() string { return proto.Compact... method ProtoMessage (line 1149) | func (*PackedTest) ProtoMessage() {} method Descriptor (line 1150) | func (*PackedTest) Descriptor() ([]byte, []int) { return fileDescripto... method GetB (line 1152) | func (m *PackedTest) GetB() []int32 { type MaxTag (line 1159) | type MaxTag struct method Reset (line 1165) | func (m *MaxTag) Reset() { *m = MaxTag{} } method String (line 1166) | func (m *MaxTag) String() string { return proto.CompactText... method ProtoMessage (line 1167) | func (*MaxTag) ProtoMessage() {} method Descriptor (line 1168) | func (*MaxTag) Descriptor() ([]byte, []int) { return fileDescriptor0, ... method GetLastField (line 1170) | func (m *MaxTag) GetLastField() string { type OldMessage (line 1177) | type OldMessage struct method Reset (line 1183) | func (m *OldMessage) Reset() { *m = OldMessage{} } method String (line 1184) | func (m *OldMessage) String() string { return proto.Compact... method ProtoMessage (line 1185) | func (*OldMessage) ProtoMessage() {} method Descriptor (line 1186) | func (*OldMessage) Descriptor() ([]byte, []int) { return fileDescripto... method GetNested (line 1188) | func (m *OldMessage) GetNested() *OldMessage_Nested { method GetNum (line 1195) | func (m *OldMessage) GetNum() int32 { type OldMessage_Nested (line 1202) | type OldMessage_Nested struct method Reset (line 1207) | func (m *OldMessage_Nested) Reset() { *m = OldMessa... method String (line 1208) | func (m *OldMessage_Nested) String() string { return proto.... method ProtoMessage (line 1209) | func (*OldMessage_Nested) ProtoMessage() {} method Descriptor (line 1210) | func (*OldMessage_Nested) Descriptor() ([]byte, []int) { return fileDe... method GetName (line 1212) | func (m *OldMessage_Nested) GetName() string { type NewMessage (line 1221) | type NewMessage struct method Reset (line 1228) | func (m *NewMessage) Reset() { *m = NewMessage{} } method String (line 1229) | func (m *NewMessage) String() string { return proto.Compact... method ProtoMessage (line 1230) | func (*NewMessage) ProtoMessage() {} method Descriptor (line 1231) | func (*NewMessage) Descriptor() ([]byte, []int) { return fileDescripto... method GetNested (line 1233) | func (m *NewMessage) GetNested() *NewMessage_Nested { method GetNum (line 1240) | func (m *NewMessage) GetNum() int64 { type NewMessage_Nested (line 1247) | type NewMessage_Nested struct method Reset (line 1253) | func (m *NewMessage_Nested) Reset() { *m = NewMessa... method String (line 1254) | func (m *NewMessage_Nested) String() string { return proto.... method ProtoMessage (line 1255) | func (*NewMessage_Nested) ProtoMessage() {} method Descriptor (line 1256) | func (*NewMessage_Nested) Descriptor() ([]byte, []int) { return fileDe... method GetName (line 1258) | func (m *NewMessage_Nested) GetName() string { method GetFoodGroup (line 1265) | func (m *NewMessage_Nested) GetFoodGroup() string { type InnerMessage (line 1272) | type InnerMessage struct method Reset (line 1279) | func (m *InnerMessage) Reset() { *m = InnerMessage{} } method String (line 1280) | func (m *InnerMessage) String() string { return proto.Compa... method ProtoMessage (line 1281) | func (*InnerMessage) ProtoMessage() {} method Descriptor (line 1282) | func (*InnerMessage) Descriptor() ([]byte, []int) { return fileDescrip... method GetHost (line 1286) | func (m *InnerMessage) GetHost() string { method GetPort (line 1293) | func (m *InnerMessage) GetPort() int32 { method GetConnected (line 1300) | func (m *InnerMessage) GetConnected() bool { constant Default_InnerMessage_Port (line 1284) | Default_InnerMessage_Port int32 = 4000 type OtherMessage (line 1307) | type OtherMessage struct method Reset (line 1316) | func (m *OtherMessage) Reset() { *m = OtherMessage{} } method String (line 1317) | func (m *OtherMessage) String() string { return proto.Compa... method ProtoMessage (line 1318) | func (*OtherMessage) ProtoMessage() {} method Descriptor (line 1319) | func (*OtherMessage) Descriptor() ([]byte, []int) { return fileDescrip... method ExtensionRangeArray (line 1325) | func (*OtherMessage) ExtensionRangeArray() []proto.ExtensionRange { method GetKey (line 1329) | func (m *OtherMessage) GetKey() int64 { method GetValue (line 1336) | func (m *OtherMessage) GetValue() []byte { method GetWeight (line 1343) | func (m *OtherMessage) GetWeight() float32 { method GetInner (line 1350) | func (m *OtherMessage) GetInner() *InnerMessage { type RequiredInnerMessage (line 1357) | type RequiredInnerMessage struct method Reset (line 1362) | func (m *RequiredInnerMessage) Reset() { *m = Requi... method String (line 1363) | func (m *RequiredInnerMessage) String() string { return pro... method ProtoMessage (line 1364) | func (*RequiredInnerMessage) ProtoMessage() {} method Descriptor (line 1365) | func (*RequiredInnerMessage) Descriptor() ([]byte, []int) { return fil... method GetLeoFinallyWonAnOscar (line 1367) | func (m *RequiredInnerMessage) GetLeoFinallyWonAnOscar() *InnerMessage { type MyMessage (line 1374) | type MyMessage struct method Reset (line 1392) | func (m *MyMessage) Reset() { *m = MyMessage{} } method String (line 1393) | func (m *MyMessage) String() string { return proto.CompactT... method ProtoMessage (line 1394) | func (*MyMessage) ProtoMessage() {} method Descriptor (line 1395) | func (*MyMessage) Descriptor() ([]byte, []int) { return fileDescriptor... method ExtensionRangeArray (line 1401) | func (*MyMessage) ExtensionRangeArray() []proto.ExtensionRange { method GetCount (line 1405) | func (m *MyMessage) GetCount() int32 { method GetName (line 1412) | func (m *MyMessage) GetName() string { method GetQuote (line 1419) | func (m *MyMessage) GetQuote() string { method GetPet (line 1426) | func (m *MyMessage) GetPet() []string { method GetInner (line 1433) | func (m *MyMessage) GetInner() *InnerMessage { method GetOthers (line 1440) | func (m *MyMessage) GetOthers() []*OtherMessage { method GetWeMustGoDeeper (line 1447) | func (m *MyMessage) GetWeMustGoDeeper() *RequiredInnerMessage { method GetRepInner (line 1454) | func (m *MyMessage) GetRepInner() []*InnerMessage { method GetBikeshed (line 1461) | func (m *MyMessage) GetBikeshed() MyMessage_Color { method GetSomegroup (line 1468) | func (m *MyMessage) GetSomegroup() *MyMessage_SomeGroup { method GetRepBytes (line 1475) | func (m *MyMessage) GetRepBytes() [][]byte { method GetBigfloat (line 1482) | func (m *MyMessage) GetBigfloat() float64 { type MyMessage_SomeGroup (line 1489) | type MyMessage_SomeGroup struct method Reset (line 1494) | func (m *MyMessage_SomeGroup) Reset() { *m = MyMess... method String (line 1495) | func (m *MyMessage_SomeGroup) String() string { return prot... method ProtoMessage (line 1496) | func (*MyMessage_SomeGroup) ProtoMessage() {} method Descriptor (line 1497) | func (*MyMessage_SomeGroup) Descriptor() ([]byte, []int) { return file... method GetGroupField (line 1499) | func (m *MyMessage_SomeGroup) GetGroupField() int32 { type Ext (line 1506) | type Ext struct method Reset (line 1511) | func (m *Ext) Reset() { *m = Ext{} } method String (line 1512) | func (m *Ext) String() string { return proto.CompactTextStr... method ProtoMessage (line 1513) | func (*Ext) ProtoMessage() {} method Descriptor (line 1514) | func (*Ext) Descriptor() ([]byte, []int) { return fileDescriptor0, []i... method GetData (line 1516) | func (m *Ext) GetData() string { type ComplexExtension (line 1550) | type ComplexExtension struct method Reset (line 1557) | func (m *ComplexExtension) Reset() { *m = ComplexEx... method String (line 1558) | func (m *ComplexExtension) String() string { return proto.C... method ProtoMessage (line 1559) | func (*ComplexExtension) ProtoMessage() {} method Descriptor (line 1560) | func (*ComplexExtension) Descriptor() ([]byte, []int) { return fileDes... method GetFirst (line 1562) | func (m *ComplexExtension) GetFirst() int32 { method GetSecond (line 1569) | func (m *ComplexExtension) GetSecond() int32 { method GetThird (line 1576) | func (m *ComplexExtension) GetThird() []int32 { type DefaultsMessage (line 1583) | type DefaultsMessage struct method Reset (line 1588) | func (m *DefaultsMessage) Reset() { *m = DefaultsMe... method String (line 1589) | func (m *DefaultsMessage) String() string { return proto.Co... method ProtoMessage (line 1590) | func (*DefaultsMessage) ProtoMessage() {} method Descriptor (line 1591) | func (*DefaultsMessage) Descriptor() ([]byte, []int) { return fileDesc... method ExtensionRangeArray (line 1597) | func (*DefaultsMessage) ExtensionRangeArray() []proto.ExtensionRange { type MyMessageSet (line 1601) | type MyMessageSet struct method Reset (line 1606) | func (m *MyMessageSet) Reset() { *m = MyMessageSet{} } method String (line 1607) | func (m *MyMessageSet) String() string { return proto.Compa... method ProtoMessage (line 1608) | func (*MyMessageSet) ProtoMessage() {} method Descriptor (line 1609) | func (*MyMessageSet) Descriptor() ([]byte, []int) { return fileDescrip... method Marshal (line 1611) | func (m *MyMessageSet) Marshal() ([]byte, error) { method Unmarshal (line 1614) | func (m *MyMessageSet) Unmarshal(buf []byte) error { method MarshalJSON (line 1617) | func (m *MyMessageSet) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 1620) | func (m *MyMessageSet) UnmarshalJSON(buf []byte) error { method ExtensionRangeArray (line 1632) | func (*MyMessageSet) ExtensionRangeArray() []proto.ExtensionRange { type Empty (line 1636) | type Empty struct method Reset (line 1640) | func (m *Empty) Reset() { *m = Empty{} } method String (line 1641) | func (m *Empty) String() string { return proto.CompactTextS... method ProtoMessage (line 1642) | func (*Empty) ProtoMessage() {} method Descriptor (line 1643) | func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, [... type MessageList (line 1645) | type MessageList struct method Reset (line 1650) | func (m *MessageList) Reset() { *m = MessageList{} } method String (line 1651) | func (m *MessageList) String() string { return proto.Compac... method ProtoMessage (line 1652) | func (*MessageList) ProtoMessage() {} method Descriptor (line 1653) | func (*MessageList) Descriptor() ([]byte, []int) { return fileDescript... method GetMessage (line 1655) | func (m *MessageList) GetMessage() []*MessageList_Message { type MessageList_Message (line 1662) | type MessageList_Message struct method Reset (line 1668) | func (m *MessageList_Message) Reset() { *m = Messag... method String (line 1669) | func (m *MessageList_Message) String() string { return prot... method ProtoMessage (line 1670) | func (*MessageList_Message) ProtoMessage() {} method Descriptor (line 1671) | func (*MessageList_Message) Descriptor() ([]byte, []int) { return file... method GetName (line 1673) | func (m *MessageList_Message) GetName() string { method GetCount (line 1680) | func (m *MessageList_Message) GetCount() int32 { type Strings (line 1687) | type Strings struct method Reset (line 1693) | func (m *Strings) Reset() { *m = Strings{} } method String (line 1694) | func (m *Strings) String() string { return proto.CompactTex... method ProtoMessage (line 1695) | func (*Strings) ProtoMessage() {} method Descriptor (line 1696) | func (*Strings) Descriptor() ([]byte, []int) { return fileDescriptor0,... method GetStringField (line 1698) | func (m *Strings) GetStringField() string { method GetBytesField (line 1705) | func (m *Strings) GetBytesField() []byte { type Defaults (line 1712) | type Defaults struct method Reset (line 1740) | func (m *Defaults) Reset() { *m = Defaults{} } method String (line 1741) | func (m *Defaults) String() string { return proto.CompactTe... method ProtoMessage (line 1742) | func (*Defaults) ProtoMessage() {} method Descriptor (line 1743) | func (*Defaults) Descriptor() ([]byte, []int) { return fileDescriptor0... method GetF_Bool (line 1766) | func (m *Defaults) GetF_Bool() bool { method GetF_Int32 (line 1773) | func (m *Defaults) GetF_Int32() int32 { method GetF_Int64 (line 1780) | func (m *Defaults) GetF_Int64() int64 { method GetF_Fixed32 (line 1787) | func (m *Defaults) GetF_Fixed32() uint32 { method GetF_Fixed64 (line 1794) | func (m *Defaults) GetF_Fixed64() uint64 { method GetF_Uint32 (line 1801) | func (m *Defaults) GetF_Uint32() uint32 { method GetF_Uint64 (line 1808) | func (m *Defaults) GetF_Uint64() uint64 { method GetF_Float (line 1815) | func (m *Defaults) GetF_Float() float32 { method GetF_Double (line 1822) | func (m *Defaults) GetF_Double() float64 { method GetF_String (line 1829) | func (m *Defaults) GetF_String() string { method GetF_Bytes (line 1836) | func (m *Defaults) GetF_Bytes() []byte { method GetF_Sint32 (line 1843) | func (m *Defaults) GetF_Sint32() int32 { method GetF_Sint64 (line 1850) | func (m *Defaults) GetF_Sint64() int64 { method GetF_Enum (line 1857) | func (m *Defaults) GetF_Enum() Defaults_Color { method GetF_Pinf (line 1864) | func (m *Defaults) GetF_Pinf() float32 { method GetF_Ninf (line 1871) | func (m *Defaults) GetF_Ninf() float32 { method GetF_Nan (line 1878) | func (m *Defaults) GetF_Nan() float32 { method GetSub (line 1885) | func (m *Defaults) GetSub() *SubDefaults { method GetStrZero (line 1892) | func (m *Defaults) GetStrZero() string { constant Default_Defaults_F_Bool (line 1745) | Default_Defaults_F_Bool bool = true constant Default_Defaults_F_Int32 (line 1746) | Default_Defaults_F_Int32 int32 = 32 constant Default_Defaults_F_Int64 (line 1747) | Default_Defaults_F_Int64 int64 = 64 constant Default_Defaults_F_Fixed32 (line 1748) | Default_Defaults_F_Fixed32 uint32 = 320 constant Default_Defaults_F_Fixed64 (line 1749) | Default_Defaults_F_Fixed64 uint64 = 640 constant Default_Defaults_F_Uint32 (line 1750) | Default_Defaults_F_Uint32 uint32 = 3200 constant Default_Defaults_F_Uint64 (line 1751) | Default_Defaults_F_Uint64 uint64 = 6400 constant Default_Defaults_F_Float (line 1752) | Default_Defaults_F_Float float32 = 314159 constant Default_Defaults_F_Double (line 1753) | Default_Defaults_F_Double float64 = 271828 constant Default_Defaults_F_String (line 1754) | Default_Defaults_F_String string = "hello, \"world!\"\n" constant Default_Defaults_F_Sint32 (line 1758) | Default_Defaults_F_Sint32 int32 = -32 constant Default_Defaults_F_Sint64 (line 1759) | Default_Defaults_F_Sint64 int64 = -64 constant Default_Defaults_F_Enum (line 1760) | Default_Defaults_F_Enum Defaults_Color = Defaults_GREEN type SubDefaults (line 1899) | type SubDefaults struct method Reset (line 1904) | func (m *SubDefaults) Reset() { *m = SubDefaults{} } method String (line 1905) | func (m *SubDefaults) String() string { return proto.Compac... method ProtoMessage (line 1906) | func (*SubDefaults) ProtoMessage() {} method Descriptor (line 1907) | func (*SubDefaults) Descriptor() ([]byte, []int) { return fileDescript... method GetN (line 1911) | func (m *SubDefaults) GetN() int64 { constant Default_SubDefaults_N (line 1909) | Default_SubDefaults_N int64 = 7 type RepeatedEnum (line 1918) | type RepeatedEnum struct method Reset (line 1923) | func (m *RepeatedEnum) Reset() { *m = RepeatedEnum{} } method String (line 1924) | func (m *RepeatedEnum) String() string { return proto.Compa... method ProtoMessage (line 1925) | func (*RepeatedEnum) ProtoMessage() {} method Descriptor (line 1926) | func (*RepeatedEnum) Descriptor() ([]byte, []int) { return fileDescrip... method GetColor (line 1928) | func (m *RepeatedEnum) GetColor() []RepeatedEnum_Color { type MoreRepeated (line 1935) | type MoreRepeated struct method Reset (line 1946) | func (m *MoreRepeated) Reset() { *m = MoreRepeated{} } method String (line 1947) | func (m *MoreRepeated) String() string { return proto.Compa... method ProtoMessage (line 1948) | func (*MoreRepeated) ProtoMessage() {} method Descriptor (line 1949) | func (*MoreRepeated) Descriptor() ([]byte, []int) { return fileDescrip... method GetBools (line 1951) | func (m *MoreRepeated) GetBools() []bool { method GetBoolsPacked (line 1958) | func (m *MoreRepeated) GetBoolsPacked() []bool { method GetInts (line 1965) | func (m *MoreRepeated) GetInts() []int32 { method GetIntsPacked (line 1972) | func (m *MoreRepeated) GetIntsPacked() []int32 { method GetInt64SPacked (line 1979) | func (m *MoreRepeated) GetInt64SPacked() []int64 { method GetStrings (line 1986) | func (m *MoreRepeated) GetStrings() []string { method GetFixeds (line 1993) | func (m *MoreRepeated) GetFixeds() []uint32 { type GroupOld (line 2000) | type GroupOld struct method Reset (line 2005) | func (m *GroupOld) Reset() { *m = GroupOld{} } method String (line 2006) | func (m *GroupOld) String() string { return proto.CompactTe... method ProtoMessage (line 2007) | func (*GroupOld) ProtoMessage() {} method Descriptor (line 2008) | func (*GroupOld) Descriptor() ([]byte, []int) { return fileDescriptor0... method GetG (line 2010) | func (m *GroupOld) GetG() *GroupOld_G { type GroupOld_G (line 2017) | type GroupOld_G struct method Reset (line 2022) | func (m *GroupOld_G) Reset() { *m = GroupOld_G{} } method String (line 2023) | func (m *GroupOld_G) String() string { return proto.Compact... method ProtoMessage (line 2024) | func (*GroupOld_G) ProtoMessage() {} method Descriptor (line 2025) | func (*GroupOld_G) Descriptor() ([]byte, []int) { return fileDescripto... method GetX (line 2027) | func (m *GroupOld_G) GetX() int32 { type GroupNew (line 2034) | type GroupNew struct method Reset (line 2039) | func (m *GroupNew) Reset() { *m = GroupNew{} } method String (line 2040) | func (m *GroupNew) String() string { return proto.CompactTe... method ProtoMessage (line 2041) | func (*GroupNew) ProtoMessage() {} method Descriptor (line 2042) | func (*GroupNew) Descriptor() ([]byte, []int) { return fileDescriptor0... method GetG (line 2044) | func (m *GroupNew) GetG() *GroupNew_G { type GroupNew_G (line 2051) | type GroupNew_G struct method Reset (line 2057) | func (m *GroupNew_G) Reset() { *m = GroupNew_G{} } method String (line 2058) | func (m *GroupNew_G) String() string { return proto.Compact... method ProtoMessage (line 2059) | func (*GroupNew_G) ProtoMessage() {} method Descriptor (line 2060) | func (*GroupNew_G) Descriptor() ([]byte, []int) { return fileDescripto... method GetX (line 2062) | func (m *GroupNew_G) GetX() int32 { method GetY (line 2069) | func (m *GroupNew_G) GetY() int32 { type FloatingPoint (line 2076) | type FloatingPoint struct method Reset (line 2082) | func (m *FloatingPoint) Reset() { *m = FloatingPoin... method String (line 2083) | func (m *FloatingPoint) String() string { return proto.Comp... method ProtoMessage (line 2084) | func (*FloatingPoint) ProtoMessage() {} method Descriptor (line 2085) | func (*FloatingPoint) Descriptor() ([]byte, []int) { return fileDescri... method GetF (line 2087) | func (m *FloatingPoint) GetF() float64 { method GetExact (line 2094) | func (m *FloatingPoint) GetExact() bool { type MessageWithMap (line 2101) | type MessageWithMap struct method Reset (line 2109) | func (m *MessageWithMap) Reset() { *m = MessageWith... method String (line 2110) | func (m *MessageWithMap) String() string { return proto.Com... method ProtoMessage (line 2111) | func (*MessageWithMap) ProtoMessage() {} method Descriptor (line 2112) | func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescr... method GetNameMapping (line 2114) | func (m *MessageWithMap) GetNameMapping() map[int32]string { method GetMsgMapping (line 2121) | func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint { method GetByteMapping (line 2128) | func (m *MessageWithMap) GetByteMapping() map[bool][]byte { method GetStrToStr (line 2135) | func (m *MessageWithMap) GetStrToStr() map[string]string { type Oneof (line 2142) | type Oneof struct method Reset (line 2168) | func (m *Oneof) Reset() { *m = Oneof{} } method String (line 2169) | func (m *Oneof) String() string { return proto.CompactTextS... method ProtoMessage (line 2170) | func (*Oneof) ProtoMessage() {} method Descriptor (line 2171) | func (*Oneof) Descriptor() ([]byte, []int) { return fileDescriptor0, [... method GetUnion (line 2254) | func (m *Oneof) GetUnion() isOneof_Union { method GetTormato (line 2260) | func (m *Oneof) GetTormato() isOneof_Tormato { method GetF_Bool (line 2267) | func (m *Oneof) GetF_Bool() bool { method GetF_Int32 (line 2274) | func (m *Oneof) GetF_Int32() int32 { method GetF_Int64 (line 2281) | func (m *Oneof) GetF_Int64() int64 { method GetF_Fixed32 (line 2288) | func (m *Oneof) GetF_Fixed32() uint32 { method GetF_Fixed64 (line 2295) | func (m *Oneof) GetF_Fixed64() uint64 { method GetF_Uint32 (line 2302) | func (m *Oneof) GetF_Uint32() uint32 { method GetF_Uint64 (line 2309) | func (m *Oneof) GetF_Uint64() uint64 { method GetF_Float (line 2316) | func (m *Oneof) GetF_Float() float32 { method GetF_Double (line 2323) | func (m *Oneof) GetF_Double() float64 { method GetF_String (line 2330) | func (m *Oneof) GetF_String() string { method GetF_Bytes (line 2337) | func (m *Oneof) GetF_Bytes() []byte { method GetF_Sint32 (line 2344) | func (m *Oneof) GetF_Sint32() int32 { method GetF_Sint64 (line 2351) | func (m *Oneof) GetF_Sint64() int64 { method GetF_Enum (line 2358) | func (m *Oneof) GetF_Enum() MyMessage_Color { method GetF_Message (line 2365) | func (m *Oneof) GetF_Message() *GoTestField { method GetFGroup (line 2372) | func (m *Oneof) GetFGroup() *Oneof_F_Group { method GetF_Largest_Tag (line 2379) | func (m *Oneof) GetF_Largest_Tag() int32 { method GetValue (line 2386) | func (m *Oneof) GetValue() int32 { method XXX_OneofFuncs (line 2394) | func (*Oneof) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffe... type isOneof_Union (line 2173) | type isOneof_Union interface type isOneof_Tormato (line 2176) | type isOneof_Tormato interface type Oneof_F_Bool (line 2180) | type Oneof_F_Bool struct method isOneof_Union (line 2235) | func (*Oneof_F_Bool) isOneof_Union() {} type Oneof_F_Int32 (line 2183) | type Oneof_F_Int32 struct method isOneof_Union (line 2236) | func (*Oneof_F_Int32) isOneof_Union() {} type Oneof_F_Int64 (line 2186) | type Oneof_F_Int64 struct method isOneof_Union (line 2237) | func (*Oneof_F_Int64) isOneof_Union() {} type Oneof_F_Fixed32 (line 2189) | type Oneof_F_Fixed32 struct method isOneof_Union (line 2238) | func (*Oneof_F_Fixed32) isOneof_Union() {} type Oneof_F_Fixed64 (line 2192) | type Oneof_F_Fixed64 struct method isOneof_Union (line 2239) | func (*Oneof_F_Fixed64) isOneof_Union() {} type Oneof_F_Uint32 (line 2195) | type Oneof_F_Uint32 struct method isOneof_Union (line 2240) | func (*Oneof_F_Uint32) isOneof_Union() {} type Oneof_F_Uint64 (line 2198) | type Oneof_F_Uint64 struct method isOneof_Union (line 2241) | func (*Oneof_F_Uint64) isOneof_Union() {} type Oneof_F_Float (line 2201) | type Oneof_F_Float struct method isOneof_Union (line 2242) | func (*Oneof_F_Float) isOneof_Union() {} type Oneof_F_Double (line 2204) | type Oneof_F_Double struct method isOneof_Union (line 2243) | func (*Oneof_F_Double) isOneof_Union() {} type Oneof_F_String (line 2207) | type Oneof_F_String struct method isOneof_Union (line 2244) | func (*Oneof_F_String) isOneof_Union() {} type Oneof_F_Bytes (line 2210) | type Oneof_F_Bytes struct method isOneof_Union (line 2245) | func (*Oneof_F_Bytes) isOneof_Union() {} type Oneof_F_Sint32 (line 2213) | type Oneof_F_Sint32 struct method isOneof_Union (line 2246) | func (*Oneof_F_Sint32) isOneof_Union() {} type Oneof_F_Sint64 (line 2216) | type Oneof_F_Sint64 struct method isOneof_Union (line 2247) | func (*Oneof_F_Sint64) isOneof_Union() {} type Oneof_F_Enum (line 2219) | type Oneof_F_Enum struct method isOneof_Union (line 2248) | func (*Oneof_F_Enum) isOneof_Union() {} type Oneof_F_Message (line 2222) | type Oneof_F_Message struct method isOneof_Union (line 2249) | func (*Oneof_F_Message) isOneof_Union() {} type Oneof_FGroup (line 2225) | type Oneof_FGroup struct method isOneof_Union (line 2250) | func (*Oneof_FGroup) isOneof_Union() {} type Oneof_F_Largest_Tag (line 2228) | type Oneof_F_Largest_Tag struct method isOneof_Union (line 2251) | func (*Oneof_F_Largest_Tag) isOneof_Union() {} type Oneof_Value (line 2231) | type Oneof_Value struct method isOneof_Tormato (line 2252) | func (*Oneof_Value) isOneof_Tormato() {} function _Oneof_OneofMarshaler (line 2417) | func _Oneof_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { function _Oneof_OneofUnmarshaler (line 2497) | func _Oneof_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.... function _Oneof_OneofSizer (line 2633) | func _Oneof_OneofSizer(msg proto.Message) (n int) { type Oneof_F_Group (line 2709) | type Oneof_F_Group struct method Reset (line 2714) | func (m *Oneof_F_Group) Reset() { *m = Oneof_F_Grou... method String (line 2715) | func (m *Oneof_F_Group) String() string { return proto.Comp... method ProtoMessage (line 2716) | func (*Oneof_F_Group) ProtoMessage() {} method Descriptor (line 2717) | func (*Oneof_F_Group) Descriptor() ([]byte, []int) { return fileDescri... method GetX (line 2719) | func (m *Oneof_F_Group) GetX() int32 { type Communique (line 2726) | type Communique struct method Reset (line 2741) | func (m *Communique) Reset() { *m = Communique{} } method String (line 2742) | func (m *Communique) String() string { return proto.Compact... method ProtoMessage (line 2743) | func (*Communique) ProtoMessage() {} method Descriptor (line 2744) | func (*Communique) Descriptor() ([]byte, []int) { return fileDescripto... method GetUnion (line 2776) | func (m *Communique) GetUnion() isCommunique_Union { method GetMakeMeCry (line 2783) | func (m *Communique) GetMakeMeCry() bool { method GetNumber (line 2790) | func (m *Communique) GetNumber() int32 { method GetName (line 2797) | func (m *Communique) GetName() string { method GetData (line 2804) | func (m *Communique) GetData() []byte { method GetTempC (line 2811) | func (m *Communique) GetTempC() float64 { method GetCol (line 2818) | func (m *Communique) GetCol() MyMessage_Color { method GetMsg (line 2825) | func (m *Communique) GetMsg() *Strings { method XXX_OneofFuncs (line 2833) | func (*Communique) XXX_OneofFuncs() (func(msg proto.Message, b *proto.... type isCommunique_Union (line 2746) | type isCommunique_Union interface type Communique_Number (line 2750) | type Communique_Number struct method isCommunique_Union (line 2769) | func (*Communique_Number) isCommunique_Union() {} type Communique_Name (line 2753) | type Communique_Name struct method isCommunique_Union (line 2770) | func (*Communique_Name) isCommunique_Union() {} type Communique_Data (line 2756) | type Communique_Data struct method isCommunique_Union (line 2771) | func (*Communique_Data) isCommunique_Union() {} type Communique_TempC (line 2759) | type Communique_TempC struct method isCommunique_Union (line 2772) | func (*Communique_TempC) isCommunique_Union() {} type Communique_Col (line 2762) | type Communique_Col struct method isCommunique_Union (line 2773) | func (*Communique_Col) isCommunique_Union() {} type Communique_Msg (line 2765) | type Communique_Msg struct method isCommunique_Union (line 2774) | func (*Communique_Msg) isCommunique_Union() {} function _Communique_OneofMarshaler (line 2844) | func _Communique_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { function _Communique_OneofUnmarshaler (line 2875) | func _Communique_OneofUnmarshaler(msg proto.Message, tag, wire int, b *p... function _Communique_OneofSizer (line 2926) | func _Communique_OneofSizer(msg proto.Message) (n int) { function init (line 3724) | func init() { function init (line 3864) | func init() { proto.RegisterFile("test.proto", fileDescriptor0) } FILE: src/github.com/golang/protobuf/proto/text.go type writer (line 65) | type writer interface type textWriter (line 71) | type textWriter struct method WriteString (line 78) | func (w *textWriter) WriteString(s string) (n int, err error) { method Write (line 92) | func (w *textWriter) Write(p []byte) (n int, err error) { method WriteByte (line 141) | func (w *textWriter) WriteByte(c byte) error { method indent (line 153) | func (w *textWriter) indent() { w.ind++ } method unindent (line 155) | func (w *textWriter) unindent() { method writeIndent (line 763) | func (w *textWriter) writeIndent() { function writeName (line 163) | func writeName(w *textWriter, props *Properties) error { type raw (line 174) | type raw interface function requiresQuotes (line 178) | func requiresQuotes(u string) bool { function isAny (line 198) | func isAny(sv reflect.Value) bool { function writeRaw (line 468) | func writeRaw(w *textWriter, b []byte) error { function isprint (line 561) | func isprint(c byte) bool { function writeString (line 570) | func writeString(w *textWriter, s string) error { function writeUnknownStruct (line 606) | func writeUnknownStruct(w *textWriter, data []byte) (err error) { function writeUnknownInt (line 673) | func writeUnknownInt(w *textWriter, x uint64, err error) error { type int32Slice (line 682) | type int32Slice method Len (line 684) | func (s int32Slice) Len() int { return len(s) } method Less (line 685) | func (s int32Slice) Less(i, j int) bool { return s[i] < s[j] } method Swap (line 686) | func (s int32Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } type TextMarshaler (line 780) | type TextMarshaler struct method writeProto3Any (line 213) | func (tm *TextMarshaler) writeProto3Any(w *textWriter, sv reflect.Valu... method writeStruct (line 259) | func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) ... method writeAny (line 489) | func (tm *TextMarshaler) writeAny(w *textWriter, v reflect.Value, prop... method writeExtensions (line 690) | func (tm *TextMarshaler) writeExtensions(w *textWriter, pv reflect.Val... method writeExtension (line 745) | func (tm *TextMarshaler) writeExtension(w *textWriter, name string, pb... method Marshal (line 787) | func (tm *TextMarshaler) Marshal(w io.Writer, pb Message) error { method Text (line 830) | func (tm *TextMarshaler) Text(pb Message) string { function MarshalText (line 845) | func MarshalText(w io.Writer, pb Message) error { return defaultTextMars... function MarshalTextString (line 848) | func MarshalTextString(pb Message) string { return defaultTextMarshaler.... function CompactText (line 851) | func CompactText(w io.Writer, pb Message) error { return compactTextMars... function CompactTextString (line 854) | func CompactTextString(pb Message) string { return compactTextMarshaler.... FILE: src/github.com/golang/protobuf/proto/text_parser.go constant anyRepeatedlyUnpacked (line 48) | anyRepeatedlyUnpacked = "Any message unpacked multiple times, or %q alre... type ParseError (line 50) | type ParseError struct method Error (line 56) | func (p *ParseError) Error() string { type token (line 64) | type token struct method String (line 72) | func (t *token) String() string { type textParser (line 79) | type textParser struct method errorf (line 95) | func (p *textParser) errorf(format string, a ...interface{}) *ParseErr... method skipWhitespace (line 133) | func (p *textParser) skipWhitespace() { method advance (line 157) | func (p *textParser) advance() { method back (line 336) | func (p *textParser) back() { p.backed = true } method next (line 339) | func (p *textParser) next() *token { method consumeToken (line 369) | func (p *textParser) consumeToken(s string) error { method missingRequiredFieldError (line 382) | func (p *textParser) missingRequiredFieldError(sv reflect.Value) *Requ... method checkForColon (line 409) | func (p *textParser) checkForColon(props *Properties, typ reflect.Type... method readStruct (line 449) | func (p *textParser) readStruct(sv reflect.Value, terminator string) e... method consumeExtName (line 708) | func (p *textParser) consumeExtName() (string, error) { method consumeOptionalSeparator (line 737) | func (p *textParser) consumeOptionalSeparator() error { method readAny (line 748) | func (p *textParser) readAny(v reflect.Value, props *Properties) error { function newTextParser (line 87) | func newTextParser(s string) *textParser { function isIdentOrNumberChar (line 103) | func isIdentOrNumberChar(c byte) bool { function isWhitespace (line 117) | func isWhitespace(c byte) bool { function isQuote (line 125) | func isQuote(c byte) bool { function unquoteC (line 212) | func unquoteC(s string, quote rune) (string, error) { function unescape (line 255) | func unescape(s string) (ch string, tail string, err error) { function unhex (line 322) | func unhex(b byte) (v byte, ok bool) { function structFieldByName (line 399) | func structFieldByName(sprops *StructProperties, name string) (int, *Pro... function UnmarshalText (line 884) | func UnmarshalText(s string, pb Message) error { FILE: src/github.com/golang/protobuf/proto/text_parser_test.go type UnmarshalTextTest (line 44) | type UnmarshalTextTest struct function buildExtStructTest (line 50) | func buildExtStructTest(text string) UnmarshalTextTest { function buildExtDataTest (line 60) | func buildExtDataTest(text string) UnmarshalTextTest { function buildExtRepStringTest (line 69) | func buildExtRepStringTest(text string) UnmarshalTextTest { function TestUnmarshalText (line 529) | func TestUnmarshalText(t *testing.T) { function TestUnmarshalTextCustomMessage (line 556) | func TestUnmarshalTextCustomMessage(t *testing.T) { function TestRepeatedEnum (line 567) | func TestRepeatedEnum(t *testing.T) { function TestProto3TextParsing (line 580) | func TestProto3TextParsing(t *testing.T) { function TestMapParsing (line 595) | func TestMapParsing(t *testing.T) { function TestOneofParsing (line 628) | func TestOneofParsing(t *testing.T) { function init (line 653) | func init() { function BenchmarkUnmarshalText (line 667) | func BenchmarkUnmarshalText(b *testing.B) { FILE: src/github.com/golang/protobuf/proto/text_test.go type textMessage (line 50) | type textMessage struct method MarshalText (line 53) | func (*textMessage) MarshalText() ([]byte, error) { method UnmarshalText (line 57) | func (*textMessage) UnmarshalText(bytes []byte) error { method Reset (line 64) | func (*textMessage) Reset() {} method String (line 65) | func (*textMessage) String() string { return "" } method ProtoMessage (line 66) | func (*textMessage) ProtoMessage() {} function newTestMessage (line 68) | func newTestMessage() *pb.MyMessage { constant text (line 126) | text = `count: 42 function TestMarshalText (line 166) | func TestMarshalText(t *testing.T) { function TestMarshalTextCustomMessage (line 177) | func TestMarshalTextCustomMessage(t *testing.T) { function TestMarshalTextNil (line 187) | func TestMarshalTextNil(t *testing.T) { function TestMarshalTextUnknownEnum (line 201) | func TestMarshalTextUnknownEnum(t *testing.T) { function TestTextOneof (line 211) | func TestTextOneof(t *testing.T) { function BenchmarkMarshalTextBuffered (line 235) | func BenchmarkMarshalTextBuffered(b *testing.B) { function BenchmarkMarshalTextUnbuffered (line 244) | func BenchmarkMarshalTextUnbuffered(b *testing.B) { function compact (line 252) | func compact(src string) string { function TestCompactText (line 299) | func TestCompactText(t *testing.T) { function TestStringEscaping (line 306) | func TestStringEscaping(t *testing.T) { type limitedWriter (line 356) | type limitedWriter struct method Write (line 363) | func (w *limitedWriter) Write(p []byte) (n int, err error) { function TestMarshalTextFailing (line 375) | func TestMarshalTextFailing(t *testing.T) { function TestFloats (line 393) | func TestFloats(t *testing.T) { function TestRepeatedNilText (line 414) | func TestRepeatedNilText(t *testing.T) { function TestProto3Text (line 435) | func TestProto3Text(t *testing.T) { FILE: src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go constant _ (line 48) | _ = proto.ProtoPackageIsVersion2 type FieldDescriptorProto_Type (line 50) | type FieldDescriptorProto_Type method Enum (line 125) | func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type { method String (line 130) | func (x FieldDescriptorProto_Type) String() string { method UnmarshalJSON (line 133) | func (x *FieldDescriptorProto_Type) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 141) | func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) { re... constant FieldDescriptorProto_TYPE_DOUBLE (line 55) | FieldDescriptorProto_TYPE_DOUBLE FieldDescriptorProto_Type = 1 constant FieldDescriptorProto_TYPE_FLOAT (line 56) | FieldDescriptorProto_TYPE_FLOAT FieldDescriptorProto_Type = 2 constant FieldDescriptorProto_TYPE_INT64 (line 59) | FieldDescriptorProto_TYPE_INT64 FieldDescriptorProto_Type = 3 constant FieldDescriptorProto_TYPE_UINT64 (line 60) | FieldDescriptorProto_TYPE_UINT64 FieldDescriptorProto_Type = 4 constant FieldDescriptorProto_TYPE_INT32 (line 63) | FieldDescriptorProto_TYPE_INT32 FieldDescriptorProto_Type = 5 constant FieldDescriptorProto_TYPE_FIXED64 (line 64) | FieldDescriptorProto_TYPE_FIXED64 FieldDescriptorProto_Type = 6 constant FieldDescriptorProto_TYPE_FIXED32 (line 65) | FieldDescriptorProto_TYPE_FIXED32 FieldDescriptorProto_Type = 7 constant FieldDescriptorProto_TYPE_BOOL (line 66) | FieldDescriptorProto_TYPE_BOOL FieldDescriptorProto_Type = 8 constant FieldDescriptorProto_TYPE_STRING (line 67) | FieldDescriptorProto_TYPE_STRING FieldDescriptorProto_Type = 9 constant FieldDescriptorProto_TYPE_GROUP (line 72) | FieldDescriptorProto_TYPE_GROUP FieldDescriptorProto_Type = 10 constant FieldDescriptorProto_TYPE_MESSAGE (line 73) | FieldDescriptorProto_TYPE_MESSAGE FieldDescriptorProto_Type = 11 constant FieldDescriptorProto_TYPE_BYTES (line 75) | FieldDescriptorProto_TYPE_BYTES FieldDescriptorProto_Type = 12 constant FieldDescriptorProto_TYPE_UINT32 (line 76) | FieldDescriptorProto_TYPE_UINT32 FieldDescriptorProto_Type = 13 constant FieldDescriptorProto_TYPE_ENUM (line 77) | FieldDescriptorProto_TYPE_ENUM FieldDescriptorProto_Type = 14 constant FieldDescriptorProto_TYPE_SFIXED32 (line 78) | FieldDescriptorProto_TYPE_SFIXED32 FieldDescriptorProto_Type = 15 constant FieldDescriptorProto_TYPE_SFIXED64 (line 79) | FieldDescriptorProto_TYPE_SFIXED64 FieldDescriptorProto_Type = 16 constant FieldDescriptorProto_TYPE_SINT32 (line 80) | FieldDescriptorProto_TYPE_SINT32 FieldDescriptorProto_Type = 17 constant FieldDescriptorProto_TYPE_SINT64 (line 81) | FieldDescriptorProto_TYPE_SINT64 FieldDescriptorProto_Type = 18 type FieldDescriptorProto_Label (line 143) | type FieldDescriptorProto_Label method Enum (line 163) | func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label { method String (line 168) | func (x FieldDescriptorProto_Label) String() string { method UnmarshalJSON (line 171) | func (x *FieldDescriptorProto_Label) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 179) | func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_LABEL_OPTIONAL (line 147) | FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1 constant FieldDescriptorProto_LABEL_REQUIRED (line 148) | FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2 constant FieldDescriptorProto_LABEL_REPEATED (line 149) | FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3 type FileOptions_OptimizeMode (line 184) | type FileOptions_OptimizeMode method Enum (line 204) | func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode { method String (line 209) | func (x FileOptions_OptimizeMode) String() string { method UnmarshalJSON (line 212) | func (x *FileOptions_OptimizeMode) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 220) | func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) { ret... constant FileOptions_SPEED (line 187) | FileOptions_SPEED FileOptions_OptimizeMode = 1 constant FileOptions_CODE_SIZE (line 189) | FileOptions_CODE_SIZE FileOptions_OptimizeMode = 2 constant FileOptions_LITE_RUNTIME (line 190) | FileOptions_LITE_RUNTIME FileOptions_OptimizeMode = 3 type FieldOptions_CType (line 222) | type FieldOptions_CType method Enum (line 242) | func (x FieldOptions_CType) Enum() *FieldOptions_CType { method String (line 247) | func (x FieldOptions_CType) String() string { method UnmarshalJSON (line 250) | func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 258) | func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) { return fi... constant FieldOptions_STRING (line 226) | FieldOptions_STRING FieldOptions_CType = 0 constant FieldOptions_CORD (line 227) | FieldOptions_CORD FieldOptions_CType = 1 constant FieldOptions_STRING_PIECE (line 228) | FieldOptions_STRING_PIECE FieldOptions_CType = 2 type FieldOptions_JSType (line 260) | type FieldOptions_JSType method Enum (line 282) | func (x FieldOptions_JSType) Enum() *FieldOptions_JSType { method String (line 287) | func (x FieldOptions_JSType) String() string { method UnmarshalJSON (line 290) | func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 298) | func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { return f... constant FieldOptions_JS_NORMAL (line 264) | FieldOptions_JS_NORMAL FieldOptions_JSType = 0 constant FieldOptions_JS_STRING (line 266) | FieldOptions_JS_STRING FieldOptions_JSType = 1 constant FieldOptions_JS_NUMBER (line 268) | FieldOptions_JS_NUMBER FieldOptions_JSType = 2 type MethodOptions_IdempotencyLevel (line 303) | type MethodOptions_IdempotencyLevel method Enum (line 322) | func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_Idempote... method String (line 327) | func (x MethodOptions_IdempotencyLevel) String() string { method UnmarshalJSON (line 330) | func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(data []byte) er... method EnumDescriptor (line 338) | func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) { constant MethodOptions_IDEMPOTENCY_UNKNOWN (line 306) | MethodOptions_IDEMPOTENCY_UNKNOWN MethodOptions_IdempotencyLevel = 0 constant MethodOptions_NO_SIDE_EFFECTS (line 307) | MethodOptions_NO_SIDE_EFFECTS MethodOptions_IdempotencyLevel = 1 constant MethodOptions_IDEMPOTENT (line 308) | MethodOptions_IDEMPOTENT MethodOptions_IdempotencyLevel = 2 type FileDescriptorSet (line 344) | type FileDescriptorSet struct method Reset (line 349) | func (m *FileDescriptorSet) Reset() { *m = FileDesc... method String (line 350) | func (m *FileDescriptorSet) String() string { return proto.... method ProtoMessage (line 351) | func (*FileDescriptorSet) ProtoMessage() {} method Descriptor (line 352) | func (*FileDescriptorSet) Descriptor() ([]byte, []int) { return fileDe... method GetFile (line 354) | func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto { type FileDescriptorProto (line 362) | type FileDescriptorProto struct method Reset (line 389) | func (m *FileDescriptorProto) Reset() { *m = FileDe... method String (line 390) | func (m *FileDescriptorProto) String() string { return prot... method ProtoMessage (line 391) | func (*FileDescriptorProto) ProtoMessage() {} method Descriptor (line 392) | func (*FileDescriptorProto) Descriptor() ([]byte, []int) { return file... method GetName (line 394) | func (m *FileDescriptorProto) GetName() string { method GetPackage (line 401) | func (m *FileDescriptorProto) GetPackage() string { method GetDependency (line 408) | func (m *FileDescriptorProto) GetDependency() []string { method GetPublicDependency (line 415) | func (m *FileDescriptorProto) GetPublicDependency() []int32 { method GetWeakDependency (line 422) | func (m *FileDescriptorProto) GetWeakDependency() []int32 { method GetMessageType (line 429) | func (m *FileDescriptorProto) GetMessageType() []*DescriptorProto { method GetEnumType (line 436) | func (m *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetService (line 443) | func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto { method GetExtension (line 450) | func (m *FileDescriptorProto) GetExtension() []*FieldDescriptorProto { method GetOptions (line 457) | func (m *FileDescriptorProto) GetOptions() *FileOptions { method GetSourceCodeInfo (line 464) | func (m *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { method GetSyntax (line 471) | func (m *FileDescriptorProto) GetSyntax() string { type DescriptorProto (line 479) | type DescriptorProto struct method Reset (line 495) | func (m *DescriptorProto) Reset() { *m = Descriptor... method String (line 496) | func (m *DescriptorProto) String() string { return proto.Co... method ProtoMessage (line 497) | func (*DescriptorProto) ProtoMessage() {} method Descriptor (line 498) | func (*DescriptorProto) Descriptor() ([]byte, []int) { return fileDesc... method GetName (line 500) | func (m *DescriptorProto) GetName() string { method GetField (line 507) | func (m *DescriptorProto) GetField() []*FieldDescriptorProto { method GetExtension (line 514) | func (m *DescriptorProto) GetExtension() []*FieldDescriptorProto { method GetNestedType (line 521) | func (m *DescriptorProto) GetNestedType() []*DescriptorProto { method GetEnumType (line 528) | func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetExtensionRange (line 535) | func (m *DescriptorProto) GetExtensionRange() []*DescriptorProto_Exten... method GetOneofDecl (line 542) | func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { method GetOptions (line 549) | func (m *DescriptorProto) GetOptions() *MessageOptions { method GetReservedRange (line 556) | func (m *DescriptorProto) GetReservedRange() []*DescriptorProto_Reserv... method GetReservedName (line 563) | func (m *DescriptorProto) GetReservedName() []string { type DescriptorProto_ExtensionRange (line 570) | type DescriptorProto_ExtensionRange struct method Reset (line 577) | func (m *DescriptorProto_ExtensionRange) Reset() { *m = Descri... method String (line 578) | func (m *DescriptorProto_ExtensionRange) String() string { return prot... method ProtoMessage (line 579) | func (*DescriptorProto_ExtensionRange) ProtoMessage() {} method Descriptor (line 580) | func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { method GetStart (line 584) | func (m *DescriptorProto_ExtensionRange) GetStart() int32 { method GetEnd (line 591) | func (m *DescriptorProto_ExtensionRange) GetEnd() int32 { method GetOptions (line 598) | func (m *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeO... type DescriptorProto_ReservedRange (line 608) | type DescriptorProto_ReservedRange struct method Reset (line 614) | func (m *DescriptorProto_ReservedRange) Reset() { *m = Descrip... method String (line 615) | func (m *DescriptorProto_ReservedRange) String() string { return proto... method ProtoMessage (line 616) | func (*DescriptorProto_ReservedRange) ProtoMessage() {} method Descriptor (line 617) | func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { method GetStart (line 621) | func (m *DescriptorProto_ReservedRange) GetStart() int32 { method GetEnd (line 628) | func (m *DescriptorProto_ReservedRange) GetEnd() int32 { type ExtensionRangeOptions (line 635) | type ExtensionRangeOptions struct method Reset (line 642) | func (m *ExtensionRangeOptions) Reset() { *m = Exte... method String (line 643) | func (m *ExtensionRangeOptions) String() string { return pr... method ProtoMessage (line 644) | func (*ExtensionRangeOptions) ProtoMessage() {} method Descriptor (line 645) | func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) { return fi... method ExtensionRangeArray (line 651) | func (*ExtensionRangeOptions) ExtensionRangeArray() []proto.ExtensionR... method GetUninterpretedOption (line 655) | func (m *ExtensionRangeOptions) GetUninterpretedOption() []*Uninterpre... type FieldDescriptorProto (line 663) | type FieldDescriptorProto struct method Reset (line 697) | func (m *FieldDescriptorProto) Reset() { *m = Field... method String (line 698) | func (m *FieldDescriptorProto) String() string { return pro... method ProtoMessage (line 699) | func (*FieldDescriptorProto) ProtoMessage() {} method Descriptor (line 700) | func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { return fil... method GetName (line 702) | func (m *FieldDescriptorProto) GetName() string { method GetNumber (line 709) | func (m *FieldDescriptorProto) GetNumber() int32 { method GetLabel (line 716) | func (m *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label { method GetType (line 723) | func (m *FieldDescriptorProto) GetType() FieldDescriptorProto_Type { method GetTypeName (line 730) | func (m *FieldDescriptorProto) GetTypeName() string { method GetExtendee (line 737) | func (m *FieldDescriptorProto) GetExtendee() string { method GetDefaultValue (line 744) | func (m *FieldDescriptorProto) GetDefaultValue() string { method GetOneofIndex (line 751) | func (m *FieldDescriptorProto) GetOneofIndex() int32 { method GetJsonName (line 758) | func (m *FieldDescriptorProto) GetJsonName() string { method GetOptions (line 765) | func (m *FieldDescriptorProto) GetOptions() *FieldOptions { type OneofDescriptorProto (line 773) | type OneofDescriptorProto struct method Reset (line 779) | func (m *OneofDescriptorProto) Reset() { *m = Oneof... method String (line 780) | func (m *OneofDescriptorProto) String() string { return pro... method ProtoMessage (line 781) | func (*OneofDescriptorProto) ProtoMessage() {} method Descriptor (line 782) | func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { return fil... method GetName (line 784) | func (m *OneofDescriptorProto) GetName() string { method GetOptions (line 791) | func (m *OneofDescriptorProto) GetOptions() *OneofOptions { type EnumDescriptorProto (line 799) | type EnumDescriptorProto struct method Reset (line 806) | func (m *EnumDescriptorProto) Reset() { *m = EnumDe... method String (line 807) | func (m *EnumDescriptorProto) String() string { return prot... method ProtoMessage (line 808) | func (*EnumDescriptorProto) ProtoMessage() {} method Descriptor (line 809) | func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { return file... method GetName (line 811) | func (m *EnumDescriptorProto) GetName() string { method GetValue (line 818) | func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { method GetOptions (line 825) | func (m *EnumDescriptorProto) GetOptions() *EnumOptions { type EnumValueDescriptorProto (line 833) | type EnumValueDescriptorProto struct method Reset (line 840) | func (m *EnumValueDescriptorProto) Reset() { *m = E... method String (line 841) | func (m *EnumValueDescriptorProto) String() string { return... method ProtoMessage (line 842) | func (*EnumValueDescriptorProto) ProtoMessage() {} method Descriptor (line 843) | func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { return... method GetName (line 845) | func (m *EnumValueDescriptorProto) GetName() string { method GetNumber (line 852) | func (m *EnumValueDescriptorProto) GetNumber() int32 { method GetOptions (line 859) | func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { type ServiceDescriptorProto (line 867) | type ServiceDescriptorProto struct method Reset (line 874) | func (m *ServiceDescriptorProto) Reset() { *m = Ser... method String (line 875) | func (m *ServiceDescriptorProto) String() string { return p... method ProtoMessage (line 876) | func (*ServiceDescriptorProto) ProtoMessage() {} method Descriptor (line 877) | func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { return f... method GetName (line 879) | func (m *ServiceDescriptorProto) GetName() string { method GetMethod (line 886) | func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { method GetOptions (line 893) | func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions { type MethodDescriptorProto (line 901) | type MethodDescriptorProto struct method Reset (line 915) | func (m *MethodDescriptorProto) Reset() { *m = Meth... method String (line 916) | func (m *MethodDescriptorProto) String() string { return pr... method ProtoMessage (line 917) | func (*MethodDescriptorProto) ProtoMessage() {} method Descriptor (line 918) | func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { return fi... method GetName (line 923) | func (m *MethodDescriptorProto) GetName() string { method GetInputType (line 930) | func (m *MethodDescriptorProto) GetInputType() string { method GetOutputType (line 937) | func (m *MethodDescriptorProto) GetOutputType() string { method GetOptions (line 944) | func (m *MethodDescriptorProto) GetOptions() *MethodOptions { method GetClientStreaming (line 951) | func (m *MethodDescriptorProto) GetClientStreaming() bool { method GetServerStreaming (line 958) | func (m *MethodDescriptorProto) GetServerStreaming() bool { constant Default_MethodDescriptorProto_ClientStreaming (line 920) | Default_MethodDescriptorProto_ClientStreaming bool = false constant Default_MethodDescriptorProto_ServerStreaming (line 921) | Default_MethodDescriptorProto_ServerStreaming bool = false type FileOptions (line 965) | type FileOptions struct method Reset (line 1045) | func (m *FileOptions) Reset() { *m = FileOptions{} } method String (line 1046) | func (m *FileOptions) String() string { return proto.Compac... method ProtoMessage (line 1047) | func (*FileOptions) ProtoMessage() {} method Descriptor (line 1048) | func (*FileOptions) Descriptor() ([]byte, []int) { return fileDescript... method ExtensionRangeArray (line 1054) | func (*FileOptions) ExtensionRangeArray() []proto.ExtensionRange { method GetJavaPackage (line 1068) | func (m *FileOptions) GetJavaPackage() string { method GetJavaOuterClassname (line 1075) | func (m *FileOptions) GetJavaOuterClassname() string { method GetJavaMultipleFiles (line 1082) | func (m *FileOptions) GetJavaMultipleFiles() bool { method GetJavaGenerateEqualsAndHash (line 1089) | func (m *FileOptions) GetJavaGenerateEqualsAndHash() bool { method GetJavaStringCheckUtf8 (line 1096) | func (m *FileOptions) GetJavaStringCheckUtf8() bool { method GetOptimizeFor (line 1103) | func (m *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode { method GetGoPackage (line 1110) | func (m *FileOptions) GetGoPackage() string { method GetCcGenericServices (line 1117) | func (m *FileOptions) GetCcGenericServices() bool { method GetJavaGenericServices (line 1124) | func (m *FileOptions) GetJavaGenericServices() bool { method GetPyGenericServices (line 1131) | func (m *FileOptions) GetPyGenericServices() bool { method GetPhpGenericServices (line 1138) | func (m *FileOptions) GetPhpGenericServices() bool { method GetDeprecated (line 1145) | func (m *FileOptions) GetDeprecated() bool { method GetCcEnableArenas (line 1152) | func (m *FileOptions) GetCcEnableArenas() bool { method GetObjcClassPrefix (line 1159) | func (m *FileOptions) GetObjcClassPrefix() string { method GetCsharpNamespace (line 1166) | func (m *FileOptions) GetCsharpNamespace() string { method GetSwiftPrefix (line 1173) | func (m *FileOptions) GetSwiftPrefix() string { method GetPhpClassPrefix (line 1180) | func (m *FileOptions) GetPhpClassPrefix() string { method GetPhpNamespace (line 1187) | func (m *FileOptions) GetPhpNamespace() string { method GetUninterpretedOption (line 1194) | func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FileOptions_JavaMultipleFiles (line 1058) | Default_FileOptions_JavaMultipleFiles bool = false constant Default_FileOptions_JavaStringCheckUtf8 (line 1059) | Default_FileOptions_JavaStringCheckUtf8 bool = false constant Default_FileOptions_OptimizeFor (line 1060) | Default_FileOptions_OptimizeFor FileOptions_OptimizeMode = FileOptions_S... constant Default_FileOptions_CcGenericServices (line 1061) | Default_FileOptions_CcGenericServices bool = false constant Default_FileOptions_JavaGenericServices (line 1062) | Default_FileOptions_JavaGenericServices bool = false constant Default_FileOptions_PyGenericServices (line 1063) | Default_FileOptions_PyGenericServices bool = false constant Default_FileOptions_PhpGenericServices (line 1064) | Default_FileOptions_PhpGenericServices bool = false constant Default_FileOptions_Deprecated (line 1065) | Default_FileOptions_Deprecated bool = false constant Default_FileOptions_CcEnableArenas (line 1066) | Default_FileOptions_CcEnableArenas bool = false type MessageOptions (line 1201) | type MessageOptions struct method Reset (line 1258) | func (m *MessageOptions) Reset() { *m = MessageOpti... method String (line 1259) | func (m *MessageOptions) String() string { return proto.Com... method ProtoMessage (line 1260) | func (*MessageOptions) ProtoMessage() {} method Descriptor (line 1261) | func (*MessageOptions) Descriptor() ([]byte, []int) { return fileDescr... method ExtensionRangeArray (line 1267) | func (*MessageOptions) ExtensionRangeArray() []proto.ExtensionRange { method GetMessageSetWireFormat (line 1275) | func (m *MessageOptions) GetMessageSetWireFormat() bool { method GetNoStandardDescriptorAccessor (line 1282) | func (m *MessageOptions) GetNoStandardDescriptorAccessor() bool { method GetDeprecated (line 1289) | func (m *MessageOptions) GetDeprecated() bool { method GetMapEntry (line 1296) | func (m *MessageOptions) GetMapEntry() bool { method GetUninterpretedOption (line 1303) | func (m *MessageOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_MessageOptions_MessageSetWireFormat (line 1271) | Default_MessageOptions_MessageSetWireFormat bool = false constant Default_MessageOptions_NoStandardDescriptorAccessor (line 1272) | Default_MessageOptions_NoStandardDescriptorAccessor bool = false constant Default_MessageOptions_Deprecated (line 1273) | Default_MessageOptions_Deprecated bool = false type FieldOptions (line 1310) | type FieldOptions struct method Reset (line 1376) | func (m *FieldOptions) Reset() { *m = FieldOptions{} } method String (line 1377) | func (m *FieldOptions) String() string { return proto.Compa... method ProtoMessage (line 1378) | func (*FieldOptions) ProtoMessage() {} method Descriptor (line 1379) | func (*FieldOptions) Descriptor() ([]byte, []int) { return fileDescrip... method ExtensionRangeArray (line 1385) | func (*FieldOptions) ExtensionRangeArray() []proto.ExtensionRange { method GetCtype (line 1395) | func (m *FieldOptions) GetCtype() FieldOptions_CType { method GetPacked (line 1402) | func (m *FieldOptions) GetPacked() bool { method GetJstype (line 1409) | func (m *FieldOptions) GetJstype() FieldOptions_JSType { method GetLazy (line 1416) | func (m *FieldOptions) GetLazy() bool { method GetDeprecated (line 1423) | func (m *FieldOptions) GetDeprecated() bool { method GetWeak (line 1430) | func (m *FieldOptions) GetWeak() bool { method GetUninterpretedOption (line 1437) | func (m *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FieldOptions_Ctype (line 1389) | Default_FieldOptions_Ctype FieldOptions_CType = FieldOptions_STRING constant Default_FieldOptions_Jstype (line 1390) | Default_FieldOptions_Jstype FieldOptions_JSType = FieldOptions_JS_NORMAL constant Default_FieldOptions_Lazy (line 1391) | Default_FieldOptions_Lazy bool = false constant Default_FieldOptions_Deprecated (line 1392) | Default_FieldOptions_Deprecated bool = false constant Default_FieldOptions_Weak (line 1393) | Default_FieldOptions_Weak bool = false type OneofOptions (line 1444) | type OneofOptions struct method Reset (line 1451) | func (m *OneofOptions) Reset() { *m = OneofOptions{} } method String (line 1452) | func (m *OneofOptions) String() string { return proto.Compa... method ProtoMessage (line 1453) | func (*OneofOptions) ProtoMessage() {} method Descriptor (line 1454) | func (*OneofOptions) Descriptor() ([]byte, []int) { return fileDescrip... method ExtensionRangeArray (line 1460) | func (*OneofOptions) ExtensionRangeArray() []proto.ExtensionRange { method GetUninterpretedOption (line 1464) | func (m *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { type EnumOptions (line 1471) | type EnumOptions struct method Reset (line 1486) | func (m *EnumOptions) Reset() { *m = EnumOptions{} } method String (line 1487) | func (m *EnumOptions) String() string { return proto.Compac... method ProtoMessage (line 1488) | func (*EnumOptions) ProtoMessage() {} method Descriptor (line 1489) | func (*EnumOptions) Descriptor() ([]byte, []int) { return fileDescript... method ExtensionRangeArray (line 1495) | func (*EnumOptions) ExtensionRangeArray() []proto.ExtensionRange { method GetAllowAlias (line 1501) | func (m *EnumOptions) GetAllowAlias() bool { method GetDeprecated (line 1508) | func (m *EnumOptions) GetDeprecated() bool { method GetUninterpretedOption (line 1515) | func (m *EnumOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_EnumOptions_Deprecated (line 1499) | Default_EnumOptions_Deprecated bool = false type EnumValueOptions (line 1522) | type EnumValueOptions struct method Reset (line 1534) | func (m *EnumValueOptions) Reset() { *m = EnumValue... method String (line 1535) | func (m *EnumValueOptions) String() string { return proto.C... method ProtoMessage (line 1536) | func (*EnumValueOptions) ProtoMessage() {} method Descriptor (line 1537) | func (*EnumValueOptions) Descriptor() ([]byte, []int) { return fileDes... method ExtensionRangeArray (line 1543) | func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange { method GetDeprecated (line 1549) | func (m *EnumValueOptions) GetDeprecated() bool { method GetUninterpretedOption (line 1556) | func (m *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOp... constant Default_EnumValueOptions_Deprecated (line 1547) | Default_EnumValueOptions_Deprecated bool = false type ServiceOptions (line 1563) | type ServiceOptions struct method Reset (line 1575) | func (m *ServiceOptions) Reset() { *m = ServiceOpti... method String (line 1576) | func (m *ServiceOptions) String() string { return proto.Com... method ProtoMessage (line 1577) | func (*ServiceOptions) ProtoMessage() {} method Descriptor (line 1578) | func (*ServiceOptions) Descriptor() ([]byte, []int) { return fileDescr... method ExtensionRangeArray (line 1584) | func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange { method GetDeprecated (line 1590) | func (m *ServiceOptions) GetDeprecated() bool { method GetUninterpretedOption (line 1597) | func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_ServiceOptions_Deprecated (line 1588) | Default_ServiceOptions_Deprecated bool = false type MethodOptions (line 1604) | type MethodOptions struct method Reset (line 1617) | func (m *MethodOptions) Reset() { *m = MethodOption... method String (line 1618) | func (m *MethodOptions) String() string { return proto.Comp... method ProtoMessage (line 1619) | func (*MethodOptions) ProtoMessage() {} method Descriptor (line 1620) | func (*MethodOptions) Descriptor() ([]byte, []int) { return fileDescri... method ExtensionRangeArray (line 1626) | func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange { method GetDeprecated (line 1633) | func (m *MethodOptions) GetDeprecated() bool { method GetIdempotencyLevel (line 1640) | func (m *MethodOptions) GetIdempotencyLevel() MethodOptions_Idempotenc... method GetUninterpretedOption (line 1647) | func (m *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_MethodOptions_Deprecated (line 1630) | Default_MethodOptions_Deprecated bool = false constant Default_MethodOptions_IdempotencyLevel (line 1631) | Default_MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel = ... type UninterpretedOption (line 1660) | type UninterpretedOption struct method Reset (line 1673) | func (m *UninterpretedOption) Reset() { *m = Uninte... method String (line 1674) | func (m *UninterpretedOption) String() string { return prot... method ProtoMessage (line 1675) | func (*UninterpretedOption) ProtoMessage() {} method Descriptor (line 1676) | func (*UninterpretedOption) Descriptor() ([]byte, []int) { return file... method GetName (line 1678) | func (m *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { method GetIdentifierValue (line 1685) | func (m *UninterpretedOption) GetIdentifierValue() string { method GetPositiveIntValue (line 1692) | func (m *UninterpretedOption) GetPositiveIntValue() uint64 { method GetNegativeIntValue (line 1699) | func (m *UninterpretedOption) GetNegativeIntValue() int64 { method GetDoubleValue (line 1706) | func (m *UninterpretedOption) GetDoubleValue() float64 { method GetStringValue (line 1713) | func (m *UninterpretedOption) GetStringValue() []byte { method GetAggregateValue (line 1720) | func (m *UninterpretedOption) GetAggregateValue() string { type UninterpretedOption_NamePart (line 1732) | type UninterpretedOption_NamePart struct method Reset (line 1738) | func (m *UninterpretedOption_NamePart) Reset() { *m = Uninterp... method String (line 1739) | func (m *UninterpretedOption_NamePart) String() string { return proto.... method ProtoMessage (line 1740) | func (*UninterpretedOption_NamePart) ProtoMessage() {} method Descriptor (line 1741) | func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) { method GetNamePart (line 1745) | func (m *UninterpretedOption_NamePart) GetNamePart() string { method GetIsExtension (line 1752) | func (m *UninterpretedOption_NamePart) GetIsExtension() bool { type SourceCodeInfo (line 1761) | type SourceCodeInfo struct method Reset (line 1809) | func (m *SourceCodeInfo) Reset() { *m = SourceCodeI... method String (line 1810) | func (m *SourceCodeInfo) String() string { return proto.Com... method ProtoMessage (line 1811) | func (*SourceCodeInfo) ProtoMessage() {} method Descriptor (line 1812) | func (*SourceCodeInfo) Descriptor() ([]byte, []int) { return fileDescr... method GetLocation (line 1814) | func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location { type SourceCodeInfo_Location (line 1821) | type SourceCodeInfo_Location struct method Reset (line 1905) | func (m *SourceCodeInfo_Location) Reset() { *m = So... method String (line 1906) | func (m *SourceCodeInfo_Location) String() string { return ... method ProtoMessage (line 1907) | func (*SourceCodeInfo_Location) ProtoMessage() {} method Descriptor (line 1908) | func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { return ... method GetPath (line 1910) | func (m *SourceCodeInfo_Location) GetPath() []int32 { method GetSpan (line 1917) | func (m *SourceCodeInfo_Location) GetSpan() []int32 { method GetLeadingComments (line 1924) | func (m *SourceCodeInfo_Location) GetLeadingComments() string { method GetTrailingComments (line 1931) | func (m *SourceCodeInfo_Location) GetTrailingComments() string { method GetLeadingDetachedComments (line 1938) | func (m *SourceCodeInfo_Location) GetLeadingDetachedComments() []string { type GeneratedCodeInfo (line 1948) | type GeneratedCodeInfo struct method Reset (line 1955) | func (m *GeneratedCodeInfo) Reset() { *m = Generate... method String (line 1956) | func (m *GeneratedCodeInfo) String() string { return proto.... method ProtoMessage (line 1957) | func (*GeneratedCodeInfo) ProtoMessage() {} method Descriptor (line 1958) | func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) { return fileDe... method GetAnnotation (line 1960) | func (m *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annot... type GeneratedCodeInfo_Annotation (line 1967) | type GeneratedCodeInfo_Annotation struct method Reset (line 1983) | func (m *GeneratedCodeInfo_Annotation) Reset() { *m = Generate... method String (line 1984) | func (m *GeneratedCodeInfo_Annotation) String() string { return proto.... method ProtoMessage (line 1985) | func (*GeneratedCodeInfo_Annotation) ProtoMessage() {} method Descriptor (line 1986) | func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) { method GetPath (line 1990) | func (m *GeneratedCodeInfo_Annotation) GetPath() []int32 { method GetSourceFile (line 1997) | func (m *GeneratedCodeInfo_Annotation) GetSourceFile() string { method GetBegin (line 2004) | func (m *GeneratedCodeInfo_Annotation) GetBegin() int32 { method GetEnd (line 2011) | func (m *GeneratedCodeInfo_Annotation) GetEnd() int32 { function init (line 2018) | func init() { function init (line 2053) | func init() { proto.RegisterFile("google/protobuf/descriptor.proto", fil... FILE: src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go constant generatedCodeVersion (line 65) | generatedCodeVersion = 2 type Plugin (line 69) | type Plugin interface function RegisterPlugin (line 87) | func RegisterPlugin(p Plugin) { type common (line 98) | type common struct method PackageName (line 103) | func (c *common) PackageName() string { return uniquePackageOf(c.file) } method File (line 105) | func (c *common) File() *descriptor.FileDescriptorProto { return c.file } method proto3 (line 111) | func (c *common) proto3() bool { return fileIsProto3(c.file) } function fileIsProto3 (line 107) | func fileIsProto3(file *descriptor.FileDescriptorProto) bool { type Descriptor (line 114) | type Descriptor struct method TypeName (line 129) | func (d *Descriptor) TypeName() []string { type EnumDescriptor (line 148) | type EnumDescriptor struct method TypeName (line 159) | func (e *EnumDescriptor) TypeName() (s []string) { method prefix (line 178) | func (e *EnumDescriptor) prefix() string { method integerValueAsString (line 188) | func (e *EnumDescriptor) integerValueAsString(name string) string { type ExtensionDescriptor (line 200) | type ExtensionDescriptor struct method TypeName (line 208) | func (e *ExtensionDescriptor) TypeName() (s []string) { method DescName (line 223) | func (e *ExtensionDescriptor) DescName() string { type ImportedDescriptor (line 234) | type ImportedDescriptor struct method TypeName (line 239) | func (id *ImportedDescriptor) TypeName() []string { return id.o.TypeNa... type FileDescriptor (line 244) | type FileDescriptor struct method PackageName (line 265) | func (d *FileDescriptor) PackageName() string { return uniquePackageOf... method VarName (line 270) | func (d *FileDescriptor) VarName() string { return fmt.Sprintf("fileDe... method goPackageOption (line 276) | func (d *FileDescriptor) goPackageOption() (impPath, pkg string, ok bo... method goPackageName (line 302) | func (d *FileDescriptor) goPackageName() (name string, explicit bool) { method goFileName (line 317) | func (d *FileDescriptor) goFileName() string { method addExport (line 336) | func (d *FileDescriptor) addExport(obj Object, sym symbol) { type symbol (line 341) | type symbol interface type messageSymbol (line 347) | type messageSymbol struct method GenerateAlias (line 361) | func (ms *messageSymbol) GenerateAlias(g *Generator, pkg string) { type getterSymbol (line 354) | type getterSymbol struct type enumSymbol (line 501) | type enumSymbol struct method GenerateAlias (line 506) | func (es enumSymbol) GenerateAlias(g *Generator, pkg string) { type constOrVarSymbol (line 518) | type constOrVarSymbol struct method GenerateAlias (line 524) | func (cs constOrVarSymbol) GenerateAlias(g *Generator, pkg string) { type Object (line 533) | type Object interface function uniquePackageOf (line 543) | func uniquePackageOf(fd *descriptor.FileDescriptorProto) string { type Generator (line 552) | type Generator struct method Error (line 587) | func (g *Generator) Error(err error, msgs ...string) { method Fail (line 594) | func (g *Generator) Fail(msgs ...string) { method CommandLineParameters (line 603) | func (g *Generator) CommandLineParameters(parameter string) { method DefaultPackageName (line 648) | func (g *Generator) DefaultPackageName(obj Object) string { method defaultGoPackage (line 712) | func (g *Generator) defaultGoPackage() string { method SetPackageNames (line 736) | func (g *Generator) SetPackageNames() { method WrapTypes (line 807) | func (g *Generator) WrapTypes() { method buildNestedDescriptors (line 845) | func (g *Generator) buildNestedDescriptors(descs []*Descriptor) { method buildNestedEnums (line 860) | func (g *Generator) buildNestedEnums(descs []*Descriptor, enums []*Enu... method BuildTypeNameMap (line 1009) | func (g *Generator) BuildTypeNameMap() { method ObjectNamed (line 1032) | func (g *Generator) ObjectNamed(typeName string) Object { method P (line 1075) | func (g *Generator) P(str ...interface{}) { method addInitf (line 1109) | func (g *Generator) addInitf(stmt string, a ...interface{}) { method In (line 1114) | func (g *Generator) In() { g.indent += "\t" } method Out (line 1117) | func (g *Generator) Out() { method GenerateAllFiles (line 1124) | func (g *Generator) GenerateAllFiles() { method runPlugins (line 1151) | func (g *Generator) runPlugins(file *FileDescriptor) { method FileOf (line 1158) | func (g *Generator) FileOf(fd *descriptor.FileDescriptorProto) *FileDe... method generate (line 1170) | func (g *Generator) generate(file *FileDescriptor) { method generateHeader (line 1239) | func (g *Generator) generateHeader() { method PrintComments (line 1289) | func (g *Generator) PrintComments(path string) bool { method fileByName (line 1303) | func (g *Generator) fileByName(filename string) *FileDescriptor { method weak (line 1308) | func (g *Generator) weak(i int32) bool { method generateImports (line 1318) | func (g *Generator) generateImports() { method generateImported (line 1365) | func (g *Generator) generateImported(id *ImportedDescriptor) { method generateEnum (line 1392) | func (g *Generator) generateEnum(enum *EnumDescriptor) { method goTag (line 1492) | func (g *Generator) goTag(message *Descriptor, field *descriptor.Field... method TypeName (line 1616) | func (g *Generator) TypeName(obj Object) string { method TypeNameWithPackage (line 1622) | func (g *Generator) TypeNameWithPackage(obj Object) string { method GoType (line 1627) | func (g *Generator) GoType(message *Descriptor, field *descriptor.Fiel... method RecordTypeUse (line 1684) | func (g *Generator) RecordTypeUse(t string) { method generateMessage (line 1729) | func (g *Generator) generateMessage(message *Descriptor) { method generateExtension (line 2576) | func (g *Generator) generateExtension(ext *ExtensionDescriptor) { method generateInitFunction (line 2637) | func (g *Generator) generateInitFunction() { method generateFileDescriptor (line 2662) | func (g *Generator) generateFileDescriptor(file *FileDescriptor) { method generateEnumRegistration (line 2703) | func (g *Generator) generateEnumRegistration(enum *EnumDescriptor) { method generateExtensionRegistration (line 2716) | func (g *Generator) generateExtensionRegistration(ext *ExtensionDescri... function New (line 578) | func New() *Generator { function RegisterUniquePackageName (line 666) | func RegisterUniquePackageName(pkg string, f *FileDescriptor) string { function newDescriptor (line 876) | func newDescriptor(desc *descriptor.DescriptorProto, parent *Descriptor,... function wrapDescriptors (line 913) | func wrapDescriptors(file *descriptor.FileDescriptorProto) []*Descriptor { function wrapThisDescriptor (line 922) | func wrapThisDescriptor(sl []*Descriptor, desc *descriptor.DescriptorPro... function newEnumDescriptor (line 932) | func newEnumDescriptor(desc *descriptor.EnumDescriptorProto, parent *Des... function wrapEnumDescriptors (line 948) | func wrapEnumDescriptors(file *descriptor.FileDescriptorProto, descs []*... function wrapExtensions (line 964) | func wrapExtensions(file *descriptor.FileDescriptorProto) []*ExtensionDe... function wrapImported (line 973) | func wrapImported(file *descriptor.FileDescriptorProto, g *Generator) (s... function extractComments (line 992) | func extractComments(file *FileDescriptor) { function needsStar (line 1599) | func needsStar(typ descriptor.FieldDescriptorProto_Type) bool { function unescape (line 2522) | func unescape(s string) string { function isASCIILower (line 2723) | func isASCIILower(c byte) bool { function isASCIIDigit (line 2728) | func isASCIIDigit(c byte) bool { function CamelCase (line 2740) | func CamelCase(s string) string { function CamelCaseSlice (line 2781) | func CamelCaseSlice(elem []string) string { return CamelCase(strings.Joi... function dottedSlice (line 2784) | func dottedSlice(elem []string) string { return strings.Join(elem, ".") } function isOptional (line 2787) | func isOptional(field *descriptor.FieldDescriptorProto) bool { function isRequired (line 2792) | func isRequired(field *descriptor.FieldDescriptorProto) bool { function isRepeated (line 2797) | func isRepeated(field *descriptor.FieldDescriptorProto) bool { function isScalar (line 2802) | func isScalar(field *descriptor.FieldDescriptorProto) bool { function badToUnderscore (line 2830) | func badToUnderscore(r rune) rune { function baseName (line 2838) | func baseName(name string) string { constant packagePath (line 2860) | packagePath = 2 constant messagePath (line 2861) | messagePath = 4 constant enumPath (line 2862) | enumPath = 5 constant messageFieldPath (line 2864) | messageFieldPath = 2 constant messageMessagePath (line 2865) | messageMessagePath = 3 constant messageEnumPath (line 2866) | messageEnumPath = 4 constant messageOneofPath (line 2867) | messageOneofPath = 8 constant enumValuePath (line 2869) | enumValuePath = 2 FILE: src/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go function TestCamelCase (line 40) | func TestCamelCase(t *testing.T) { function TestGoPackageOption (line 60) | func TestGoPackageOption(t *testing.T) { function TestUnescape (line 87) | func TestUnescape(t *testing.T) { FILE: src/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go constant generatedCodeVersion (line 51) | generatedCodeVersion = 4 constant contextPkgPath (line 56) | contextPkgPath = "golang.org/x/net/context" constant grpcPkgPath (line 57) | grpcPkgPath = "google.golang.org/grpc" function init (line 60) | func init() { type grpc (line 66) | type grpc struct method Name (line 71) | func (g *grpc) Name() string { method Init (line 84) | func (g *grpc) Init(gen *generator.Generator) { method objectNamed (line 92) | func (g *grpc) objectNamed(name string) generator.Object { method typeName (line 98) | func (g *grpc) typeName(str string) string { method P (line 103) | func (g *grpc) P(args ...interface{}) { g.gen.P(args...) } method Generate (line 106) | func (g *grpc) Generate(file *generator.FileDescriptor) { method GenerateImports (line 128) | func (g *grpc) GenerateImports(file *generator.FileDescriptor) { method generateService (line 147) | func (g *grpc) generateService(file *generator.FileDescriptor, service... method generateClientSignature (line 263) | func (g *grpc) generateClientSignature(servName string, method *pb.Met... method generateClientMethod (line 280) | func (g *grpc) generateClientMethod(servName, fullServName, serviceDes... method generateServerSignature (line 359) | func (g *grpc) generateServerSignature(servName string, method *pb.Met... method generateServerMethod (line 382) | func (g *grpc) generateServerMethod(servName, fullServName string, met... function unexport (line 144) | func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] } FILE: src/github.com/golang/protobuf/protoc-gen-go/main.go function main (line 59) | func main() { FILE: src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go constant _ (line 31) | _ = proto.ProtoPackageIsVersion2 type Version (line 34) | type Version struct method Reset (line 44) | func (m *Version) Reset() { *m = Version{} } method String (line 45) | func (m *Version) String() string { return proto.CompactTex... method ProtoMessage (line 46) | func (*Version) ProtoMessage() {} method Descriptor (line 47) | func (*Version) Descriptor() ([]byte, []int) { return fileDescriptor0,... method GetMajor (line 49) | func (m *Version) GetMajor() int32 { method GetMinor (line 56) | func (m *Version) GetMinor() int32 { method GetPatch (line 63) | func (m *Version) GetPatch() int32 { method GetSuffix (line 70) | func (m *Version) GetSuffix() string { type CodeGeneratorRequest (line 78) | type CodeGeneratorRequest struct method Reset (line 105) | func (m *CodeGeneratorRequest) Reset() { *m = CodeG... method String (line 106) | func (m *CodeGeneratorRequest) String() string { return pro... method ProtoMessage (line 107) | func (*CodeGeneratorRequest) ProtoMessage() {} method Descriptor (line 108) | func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) { return fil... method GetFileToGenerate (line 110) | func (m *CodeGeneratorRequest) GetFileToGenerate() []string { method GetParameter (line 117) | func (m *CodeGeneratorRequest) GetParameter() string { method GetProtoFile (line 124) | func (m *CodeGeneratorRequest) GetProtoFile() []*google_protobuf.FileD... method GetCompilerVersion (line 131) | func (m *CodeGeneratorRequest) GetCompilerVersion() *Version { type CodeGeneratorResponse (line 139) | type CodeGeneratorResponse struct method Reset (line 153) | func (m *CodeGeneratorResponse) Reset() { *m = Code... method String (line 154) | func (m *CodeGeneratorResponse) String() string { return pr... method ProtoMessage (line 155) | func (*CodeGeneratorResponse) ProtoMessage() {} method Descriptor (line 156) | func (*CodeGeneratorResponse) Descriptor() ([]byte, []int) { return fi... method GetError (line 158) | func (m *CodeGeneratorResponse) GetError() string { method GetFile (line 165) | func (m *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File { type CodeGeneratorResponse_File (line 173) | type CodeGeneratorResponse_File struct method Reset (line 229) | func (m *CodeGeneratorResponse_File) Reset() { *m =... method String (line 230) | func (m *CodeGeneratorResponse_File) String() string { retu... method ProtoMessage (line 231) | func (*CodeGeneratorResponse_File) ProtoMessage() {} method Descriptor (line 232) | func (*CodeGeneratorResponse_File) Descriptor() ([]byte, []int) { retu... method GetName (line 234) | func (m *CodeGeneratorResponse_File) GetName() string { method GetInsertionPoint (line 241) | func (m *CodeGeneratorResponse_File) GetInsertionPoint() string { method GetContent (line 248) | func (m *CodeGeneratorResponse_File) GetContent() string { function init (line 255) | func init() { function init (line 262) | func init() { proto.RegisterFile("google/protobuf/compiler/plugin.proto"... FILE: src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go function TestLink (line 43) | func TestLink(t *testing.T) { FILE: src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go constant _ (line 37) | _ = proto.ProtoPackageIsVersion2 type HatType (line 39) | type HatType method Enum (line 56) | func (x HatType) Enum() *HatType { method String (line 61) | func (x HatType) String() string { method UnmarshalJSON (line 64) | func (x *HatType) UnmarshalJSON(data []byte) error { constant HatType_FEDORA (line 43) | HatType_FEDORA HatType = 1 constant HatType_FEZ (line 44) | HatType_FEZ HatType = 2 type Days (line 74) | type Days method Enum (line 93) | func (x Days) Enum() *Days { method String (line 98) | func (x Days) String() string { method UnmarshalJSON (line 101) | func (x *Days) UnmarshalJSON(data []byte) error { constant Days_MONDAY (line 77) | Days_MONDAY Days = 1 constant Days_TUESDAY (line 78) | Days_TUESDAY Days = 2 constant Days_LUNDI (line 79) | Days_LUNDI Days = 1 type Request_Color (line 110) | type Request_Color method Enum (line 129) | func (x Request_Color) Enum() *Request_Color { method String (line 134) | func (x Request_Color) String() string { method UnmarshalJSON (line 137) | func (x *Request_Color) UnmarshalJSON(data []byte) error { constant Request_RED (line 113) | Request_RED Request_Color = 0 constant Request_GREEN (line 114) | Request_GREEN Request_Color = 1 constant Request_BLUE (line 115) | Request_BLUE Request_Color = 2 type Reply_Entry_Game (line 146) | type Reply_Entry_Game method Enum (line 162) | func (x Reply_Entry_Game) Enum() *Reply_Entry_Game { method String (line 167) | func (x Reply_Entry_Game) String() string { method UnmarshalJSON (line 170) | func (x *Reply_Entry_Game) UnmarshalJSON(data []byte) error { constant Reply_Entry_FOOTBALL (line 149) | Reply_Entry_FOOTBALL Reply_Entry_Game = 1 constant Reply_Entry_TENNIS (line 150) | Reply_Entry_TENNIS Reply_Entry_Game = 2 type Request (line 180) | type Request struct method Reset (line 198) | func (m *Request) Reset() { *m = Request{} } method String (line 199) | func (m *Request) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 200) | func (*Request) ProtoMessage() {} method GetKey (line 206) | func (m *Request) GetKey() []int64 { method GetHue (line 213) | func (m *Request) GetHue() Request_Color { method GetHat (line 220) | func (m *Request) GetHat() HatType { method GetDeadline (line 227) | func (m *Request) GetDeadline() float32 { method GetSomegroup (line 234) | func (m *Request) GetSomegroup() *Request_SomeGroup { method GetNameMapping (line 241) | func (m *Request) GetNameMapping() map[int32]string { method GetMsgMapping (line 248) | func (m *Request) GetMsgMapping() map[int64]*Reply { method GetReset_ (line 255) | func (m *Request) GetReset_() int32 { method GetGetKey_ (line 262) | func (m *Request) GetGetKey_() string { constant Default_Request_Hat (line 202) | Default_Request_Hat HatType = HatType_FEDORA type Request_SomeGroup (line 269) | type Request_SomeGroup struct method Reset (line 274) | func (m *Request_SomeGroup) Reset() { *m = Request_SomeGroup{} } method String (line 275) | func (m *Request_SomeGroup) String() string { return proto.CompactText... method ProtoMessage (line 276) | func (*Request_SomeGroup) ProtoMessage() {} method GetGroupField (line 278) | func (m *Request_SomeGroup) GetGroupField() int32 { type Reply (line 285) | type Reply struct method Reset (line 292) | func (m *Reply) Reset() { *m = Reply{} } method String (line 293) | func (m *Reply) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 294) | func (*Reply) ProtoMessage() {} method ExtensionRangeArray (line 300) | func (*Reply) ExtensionRangeArray() []proto.ExtensionRange { method GetFound (line 304) | func (m *Reply) GetFound() []*Reply_Entry { method GetCompactKeys (line 311) | func (m *Reply) GetCompactKeys() []int32 { type Reply_Entry (line 318) | type Reply_Entry struct method Reset (line 325) | func (m *Reply_Entry) Reset() { *m = Reply_Entry{} } method String (line 326) | func (m *Reply_Entry) String() string { return proto.CompactTextString... method ProtoMessage (line 327) | func (*Reply_Entry) ProtoMessage() {} method GetKeyThatNeeds_1234Camel_CasIng (line 331) | func (m *Reply_Entry) GetKeyThatNeeds_1234Camel_CasIng() int64 { method GetValue (line 338) | func (m *Reply_Entry) GetValue() int64 { method GetXMyFieldName_2 (line 345) | func (m *Reply_Entry) GetXMyFieldName_2() int64 { constant Default_Reply_Entry_Value (line 329) | Default_Reply_Entry_Value int64 = 7 type OtherBase (line 352) | type OtherBase struct method Reset (line 358) | func (m *OtherBase) Reset() { *m = OtherBase{} } method String (line 359) | func (m *OtherBase) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 360) | func (*OtherBase) ProtoMessage() {} method ExtensionRangeArray (line 366) | func (*OtherBase) ExtensionRangeArray() []proto.ExtensionRange { method GetName (line 370) | func (m *OtherBase) GetName() string { type ReplyExtensions (line 377) | type ReplyExtensions struct method Reset (line 381) | func (m *ReplyExtensions) Reset() { *m = ReplyExtensions{} } method String (line 382) | func (m *ReplyExtensions) String() string { return proto.CompactTextSt... method ProtoMessage (line 383) | func (*ReplyExtensions) ProtoMessage() {} type OtherReplyExtensions (line 412) | type OtherReplyExtensions struct method Reset (line 417) | func (m *OtherReplyExtensions) Reset() { *m = OtherReplyExtens... method String (line 418) | func (m *OtherReplyExtensions) String() string { return proto.CompactT... method ProtoMessage (line 419) | func (*OtherReplyExtensions) ProtoMessage() {} method GetKey (line 421) | func (m *OtherReplyExtensions) GetKey() int32 { type OldReply (line 428) | type OldReply struct method Reset (line 433) | func (m *OldReply) Reset() { *m = OldReply{} } method String (line 434) | func (m *OldReply) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 435) | func (*OldReply) ProtoMessage() {} method Marshal (line 437) | func (m *OldReply) Marshal() ([]byte, error) { method Unmarshal (line 440) | func (m *OldReply) Unmarshal(buf []byte) error { method MarshalJSON (line 443) | func (m *OldReply) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 446) | func (m *OldReply) UnmarshalJSON(buf []byte) error { method ExtensionRangeArray (line 458) | func (*OldReply) ExtensionRangeArray() []proto.ExtensionRange { type Communique (line 462) | type Communique struct method Reset (line 481) | func (m *Communique) Reset() { *m = Communique{} } method String (line 482) | func (m *Communique) String() string { return proto.CompactTextString(... method ProtoMessage (line 483) | func (*Communique) ProtoMessage() {} method GetUnion (line 531) | func (m *Communique) GetUnion() isCommunique_Union { method GetMakeMeCry (line 538) | func (m *Communique) GetMakeMeCry() bool { method GetNumber (line 545) | func (m *Communique) GetNumber() int32 { method GetName (line 552) | func (m *Communique) GetName() string { method GetData (line 559) | func (m *Communique) GetData() []byte { method GetTempC (line 566) | func (m *Communique) GetTempC() float64 { method GetHeight (line 573) | func (m *Communique) GetHeight() float32 { method GetToday (line 580) | func (m *Communique) GetToday() Days { method GetMaybe (line 587) | func (m *Communique) GetMaybe() bool { method GetDelta (line 594) | func (m *Communique) GetDelta() int32 { method GetMsg (line 601) | func (m *Communique) GetMsg() *Reply { method GetSomegroup (line 608) | func (m *Communique) GetSomegroup() *Communique_SomeGroup { method XXX_OneofFuncs (line 616) | func (*Communique) XXX_OneofFuncs() (func(msg proto.Message, b *proto.... type isCommunique_Union (line 485) | type isCommunique_Union interface type Communique_Number (line 489) | type Communique_Number struct method isCommunique_Union (line 520) | func (*Communique_Number) isCommunique_Union() {} type Communique_Name (line 492) | type Communique_Name struct method isCommunique_Union (line 521) | func (*Communique_Name) isCommunique_Union() {} type Communique_Data (line 495) | type Communique_Data struct method isCommunique_Union (line 522) | func (*Communique_Data) isCommunique_Union() {} type Communique_TempC (line 498) | type Communique_TempC struct method isCommunique_Union (line 523) | func (*Communique_TempC) isCommunique_Union() {} type Communique_Height (line 501) | type Communique_Height struct method isCommunique_Union (line 524) | func (*Communique_Height) isCommunique_Union() {} type Communique_Today (line 504) | type Communique_Today struct method isCommunique_Union (line 525) | func (*Communique_Today) isCommunique_Union() {} type Communique_Maybe (line 507) | type Communique_Maybe struct method isCommunique_Union (line 526) | func (*Communique_Maybe) isCommunique_Union() {} type Communique_Delta_ (line 510) | type Communique_Delta_ struct method isCommunique_Union (line 527) | func (*Communique_Delta_) isCommunique_Union() {} type Communique_Msg (line 513) | type Communique_Msg struct method isCommunique_Union (line 528) | func (*Communique_Msg) isCommunique_Union() {} type Communique_Somegroup (line 516) | type Communique_Somegroup struct method isCommunique_Union (line 529) | func (*Communique_Somegroup) isCommunique_Union() {} function _Communique_OneofMarshaler (line 631) | func _Communique_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { function _Communique_OneofUnmarshaler (line 681) | func _Communique_OneofUnmarshaler(msg proto.Message, tag, wire int, b *p... function _Communique_OneofSizer (line 761) | func _Communique_OneofSizer(msg proto.Message) (n int) { type Communique_SomeGroup (line 807) | type Communique_SomeGroup struct method Reset (line 812) | func (m *Communique_SomeGroup) Reset() { *m = Communique_SomeG... method String (line 813) | func (m *Communique_SomeGroup) String() string { return proto.CompactT... method ProtoMessage (line 814) | func (*Communique_SomeGroup) ProtoMessage() {} method GetMember (line 816) | func (m *Communique_SomeGroup) GetMember() string { type Communique_Delta (line 823) | type Communique_Delta struct method Reset (line 827) | func (m *Communique_Delta) Reset() { *m = Communique_Delta{} } method String (line 828) | func (m *Communique_Delta) String() string { return proto.CompactTextS... method ProtoMessage (line 829) | func (*Communique_Delta) ProtoMessage() {} function init (line 849) | func init() { FILE: src/github.com/golang/protobuf/ptypes/any.go constant googleApis (line 46) | googleApis = "type.googleapis.com/" function AnyMessageName (line 53) | func AnyMessageName(any *any.Any) (string, error) { function MarshalAny (line 65) | func MarshalAny(pb proto.Message) (*any.Any, error) { type DynamicAny (line 82) | type DynamicAny struct function Empty (line 89) | func Empty(any *any.Any) (proto.Message, error) { function UnmarshalAny (line 107) | func UnmarshalAny(any *any.Any, pb proto.Message) error { function Is (line 132) | func Is(any *any.Any, pb proto.Message) bool { FILE: src/github.com/golang/protobuf/ptypes/any/any.pb.go constant _ (line 28) | _ = proto.ProtoPackageIsVersion2 type Any (line 110) | type Any struct method Reset (line 138) | func (m *Any) Reset() { *m = Any{} } method String (line 139) | func (m *Any) String() string { return proto.CompactTextStr... method ProtoMessage (line 140) | func (*Any) ProtoMessage() {} method Descriptor (line 141) | func (*Any) Descriptor() ([]byte, []int) { return fileDescriptor0, []i... method XXX_WellKnownType (line 142) | func (*Any) XXX_WellKnownType() string { return "Any" } method GetTypeUrl (line 144) | func (m *Any) GetTypeUrl() string { method GetValue (line 151) | func (m *Any) GetValue() []byte { function init (line 158) | func init() { function init (line 162) | func init() { proto.RegisterFile("google/protobuf/any.proto", fileDescri... FILE: src/github.com/golang/protobuf/ptypes/any_test.go function TestMarshalUnmarshal (line 42) | func TestMarshalUnmarshal(t *testing.T) { function TestIs (line 57) | func TestIs(t *testing.T) { function TestIsDifferentUrlPrefixes (line 70) | func TestIsDifferentUrlPrefixes(t *testing.T) { function TestUnmarshalDynamic (line 78) | func TestUnmarshalDynamic(t *testing.T) { function TestEmpty (line 93) | func TestEmpty(t *testing.T) { FILE: src/github.com/golang/protobuf/ptypes/duration.go constant maxSeconds (line 48) | maxSeconds = int64(10000 * 365.25 * 24 * 60 * 60) constant minSeconds (line 49) | minSeconds = -maxSeconds function validateDuration (line 56) | func validateDuration(d *durpb.Duration) error { function Duration (line 76) | func Duration(p *durpb.Duration) (time.Duration, error) { function DurationProto (line 94) | func DurationProto(d time.Duration) *durpb.Duration { FILE: src/github.com/golang/protobuf/ptypes/duration/duration.pb.go constant _ (line 28) | _ = proto.ProtoPackageIsVersion2 type Duration (line 90) | type Duration struct method Reset (line 104) | func (m *Duration) Reset() { *m = Duration{} } method String (line 105) | func (m *Duration) String() string { return proto.CompactTe... method ProtoMessage (line 106) | func (*Duration) ProtoMessage() {} method Descriptor (line 107) | func (*Duration) Descriptor() ([]byte, []int) { return fileDescriptor0... method XXX_WellKnownType (line 108) | func (*Duration) XXX_WellKnownType() string { return "Duration" } method GetSeconds (line 110) | func (m *Duration) GetSeconds() int64 { method GetNanos (line 117) | func (m *Duration) GetNanos() int32 { function init (line 124) | func init() { function init (line 128) | func init() { proto.RegisterFile("google/protobuf/duration.proto", fileD... FILE: src/github.com/golang/protobuf/ptypes/duration_test.go constant minGoSeconds (line 44) | minGoSeconds = math.MinInt64 / int64(1e9) constant maxGoSeconds (line 45) | maxGoSeconds = math.MaxInt64 / int64(1e9) function TestValidateDuration (line 88) | func TestValidateDuration(t *testing.T) { function TestDuration (line 98) | func TestDuration(t *testing.T) { function TestDurationProto (line 112) | func TestDurationProto(t *testing.T) { FILE: src/github.com/golang/protobuf/ptypes/empty/empty.pb.go constant _ (line 28) | _ = proto.ProtoPackageIsVersion2 type Empty (line 39) | type Empty struct method Reset (line 42) | func (m *Empty) Reset() { *m = Empty{} } method String (line 43) | func (m *Empty) String() string { return proto.CompactTextS... method ProtoMessage (line 44) | func (*Empty) ProtoMessage() {} method Descriptor (line 45) | func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, [... method XXX_WellKnownType (line 46) | func (*Empty) XXX_WellKnownType() string { return "Empty" } function init (line 48) | func init() { function init (line 52) | func init() { proto.RegisterFile("google/protobuf/empty.proto", fileDesc... FILE: src/github.com/golang/protobuf/ptypes/struct/struct.pb.go constant _ (line 30) | _ = proto.ProtoPackageIsVersion2 type NullValue (line 36) | type NullValue method String (line 50) | func (x NullValue) String() string { method EnumDescriptor (line 53) | func (NullValue) EnumDescriptor() ([]byte, []int) { return fileDescrip... method XXX_WellKnownType (line 54) | func (NullValue) XXX_WellKnownType() string { return "NullValue" } constant NullValue_NULL_VALUE (line 40) | NullValue_NULL_VALUE NullValue = 0 type Struct (line 64) | type Struct struct method Reset (line 69) | func (m *Struct) Reset() { *m = Struct{} } method String (line 70) | func (m *Struct) String() string { return proto.CompactText... method ProtoMessage (line 71) | func (*Struct) ProtoMessage() {} method Descriptor (line 72) | func (*Struct) Descriptor() ([]byte, []int) { return fileDescriptor0, ... method XXX_WellKnownType (line 73) | func (*Struct) XXX_WellKnownType() string { return "Struct" } method GetFields (line 75) | func (m *Struct) GetFields() map[string]*Value { type Value (line 88) | type Value struct method Reset (line 101) | func (m *Value) Reset() { *m = Value{} } method String (line 102) | func (m *Value) String() string { return proto.CompactTextS... method ProtoMessage (line 103) | func (*Value) ProtoMessage() {} method Descriptor (line 104) | func (*Value) Descriptor() ([]byte, []int) { return fileDescriptor0, [... method XXX_WellKnownType (line 105) | func (*Value) XXX_WellKnownType() string { return "Value" } method GetKind (line 137) | func (m *Value) GetKind() isValue_Kind { method GetNullValue (line 144) | func (m *Value) GetNullValue() NullValue { method GetNumberValue (line 151) | func (m *Value) GetNumberValue() float64 { method GetStringValue (line 158) | func (m *Value) GetStringValue() string { method GetBoolValue (line 165) | func (m *Value) GetBoolValue() bool { method GetStructValue (line 172) | func (m *Value) GetStructValue() *Struct { method GetListValue (line 179) | func (m *Value) GetListValue() *ListValue { method XXX_OneofFuncs (line 187) | func (*Value) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffe... type isValue_Kind (line 107) | type isValue_Kind interface type Value_NullValue (line 111) | type Value_NullValue struct method isValue_Kind (line 130) | func (*Value_NullValue) isValue_Kind() {} type Value_NumberValue (line 114) | type Value_NumberValue struct method isValue_Kind (line 131) | func (*Value_NumberValue) isValue_Kind() {} type Value_StringValue (line 117) | type Value_StringValue struct method isValue_Kind (line 132) | func (*Value_StringValue) isValue_Kind() {} type Value_BoolValue (line 120) | type Value_BoolValue struct method isValue_Kind (line 133) | func (*Value_BoolValue) isValue_Kind() {} type Value_StructValue (line 123) | type Value_StructValue struct method isValue_Kind (line 134) | func (*Value_StructValue) isValue_Kind() {} type Value_ListValue (line 126) | type Value_ListValue struct method isValue_Kind (line 135) | func (*Value_ListValue) isValue_Kind() {} function _Value_OneofMarshaler (line 198) | func _Value_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { function _Value_OneofUnmarshaler (line 235) | func _Value_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.... function _Value_OneofSizer (line 287) | func _Value_OneofSizer(msg proto.Message) (n int) { type ListValue (line 324) | type ListValue struct method Reset (line 329) | func (m *ListValue) Reset() { *m = ListValue{} } method String (line 330) | func (m *ListValue) String() string { return proto.CompactT... method ProtoMessage (line 331) | func (*ListValue) ProtoMessage() {} method Descriptor (line 332) | func (*ListValue) Descriptor() ([]byte, []int) { return fileDescriptor... method XXX_WellKnownType (line 333) | func (*ListValue) XXX_WellKnownType() string { return "ListValue" } method GetValues (line 335) | func (m *ListValue) GetValues() []*Value { function init (line 342) | func init() { function init (line 349) | func init() { proto.RegisterFile("google/protobuf/struct.proto", fileDes... FILE: src/github.com/golang/protobuf/ptypes/timestamp.go constant minValidSeconds (line 47) | minValidSeconds = -62135596800 constant maxValidSeconds (line 50) | maxValidSeconds = 253402300800 function validateTimestamp (line 63) | func validateTimestamp(ts *tspb.Timestamp) error { function Timestamp (line 90) | func Timestamp(ts *tspb.Timestamp) (time.Time, error) { function TimestampNow (line 103) | func TimestampNow() *tspb.Timestamp { function TimestampProto (line 113) | func TimestampProto(t time.Time) (*tspb.Timestamp, error) { function TimestampString (line 128) | func TimestampString(ts *tspb.Timestamp) string { FILE: src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go constant _ (line 28) | _ = proto.ProtoPackageIsVersion2 type Timestamp (line 108) | type Timestamp struct method Reset (line 120) | func (m *Timestamp) Reset() { *m = Timestamp{} } method String (line 121) | func (m *Timestamp) String() string { return proto.CompactT... method ProtoMessage (line 122) | func (*Timestamp) ProtoMessage() {} method Descriptor (line 123) | func (*Timestamp) Descriptor() ([]byte, []int) { return fileDescriptor... method XXX_WellKnownType (line 124) | func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } method GetSeconds (line 126) | func (m *Timestamp) GetSeconds() int64 { method GetNanos (line 133) | func (m *Timestamp) GetNanos() int32 { function init (line 140) | func init() { function init (line 144) | func init() { proto.RegisterFile("google/protobuf/timestamp.proto", file... FILE: src/github.com/golang/protobuf/ptypes/timestamp_test.go function TestValidateTimestamp (line 78) | func TestValidateTimestamp(t *testing.T) { function TestTimestamp (line 87) | func TestTimestamp(t *testing.T) { function TestTimestampProto (line 107) | func TestTimestampProto(t *testing.T) { function TestTimestampString (line 119) | func TestTimestampString(t *testing.T) { function utcDate (line 136) | func utcDate(year, month, day int) time.Time { function TestTimestampNow (line 140) | func TestTimestampNow(t *testing.T) { FILE: src/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go constant _ (line 36) | _ = proto.ProtoPackageIsVersion2 type DoubleValue (line 41) | type DoubleValue struct method Reset (line 46) | func (m *DoubleValue) Reset() { *m = DoubleValue{} } method String (line 47) | func (m *DoubleValue) String() string { return proto.Compac... method ProtoMessage (line 48) | func (*DoubleValue) ProtoMessage() {} method Descriptor (line 49) | func (*DoubleValue) Descriptor() ([]byte, []int) { return fileDescript... method XXX_WellKnownType (line 50) | func (*DoubleValue) XXX_WellKnownType() string { return "DoubleValue" } method GetValue (line 52) | func (m *DoubleValue) GetValue() float64 { type FloatValue (line 62) | type FloatValue struct method Reset (line 67) | func (m *FloatValue) Reset() { *m = FloatValue{} } method String (line 68) | func (m *FloatValue) String() string { return proto.Compact... method ProtoMessage (line 69) | func (*FloatValue) ProtoMessage() {} method Descriptor (line 70) | func (*FloatValue) Descriptor() ([]byte, []int) { return fileDescripto... method XXX_WellKnownType (line 71) | func (*FloatValue) XXX_WellKnownType() string { return "FloatValue" } method GetValue (line 73) | func (m *FloatValue) GetValue() float32 { type Int64Value (line 83) | type Int64Value struct method Reset (line 88) | func (m *Int64Value) Reset() { *m = Int64Value{} } method String (line 89) | func (m *Int64Value) String() string { return proto.Compact... method ProtoMessage (line 90) | func (*Int64Value) ProtoMessage() {} method Descriptor (line 91) | func (*Int64Value) Descriptor() ([]byte, []int) { return fileDescripto... method XXX_WellKnownType (line 92) | func (*Int64Value) XXX_WellKnownType() string { return "Int64Value" } method GetValue (line 94) | func (m *Int64Value) GetValue() int64 { type UInt64Value (line 104) | type UInt64Value struct method Reset (line 109) | func (m *UInt64Value) Reset() { *m = UInt64Value{} } method String (line 110) | func (m *UInt64Value) String() string { return proto.Compac... method ProtoMessage (line 111) | func (*UInt64Value) ProtoMessage() {} method Descriptor (line 112) | func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescript... method XXX_WellKnownType (line 113) | func (*UInt64Value) XXX_WellKnownType() string { return "UInt64Value" } method GetValue (line 115) | func (m *UInt64Value) GetValue() uint64 { type Int32Value (line 125) | type Int32Value struct method Reset (line 130) | func (m *Int32Value) Reset() { *m = Int32Value{} } method String (line 131) | func (m *Int32Value) String() string { return proto.Compact... method ProtoMessage (line 132) | func (*Int32Value) ProtoMessage() {} method Descriptor (line 133) | func (*Int32Value) Descriptor() ([]byte, []int) { return fileDescripto... method XXX_WellKnownType (line 134) | func (*Int32Value) XXX_WellKnownType() string { return "Int32Value" } method GetValue (line 136) | func (m *Int32Value) GetValue() int32 { type UInt32Value (line 146) | type UInt32Value struct method Reset (line 151) | func (m *UInt32Value) Reset() { *m = UInt32Value{} } method String (line 152) | func (m *UInt32Value) String() string { return proto.Compac... method ProtoMessage (line 153) | func (*UInt32Value) ProtoMessage() {} method Descriptor (line 154) | func (*UInt32Value) Descriptor() ([]byte, []int) { return fileDescript... method XXX_WellKnownType (line 155) | func (*UInt32Value) XXX_WellKnownType() string { return "UInt32Value" } method GetValue (line 157) | func (m *UInt32Value) GetValue() uint32 { type BoolValue (line 167) | type BoolValue struct method Reset (line 172) | func (m *BoolValue) Reset() { *m = BoolValue{} } method String (line 173) | func (m *BoolValue) String() string { return proto.CompactT... method ProtoMessage (line 174) | func (*BoolValue) ProtoMessage() {} method Descriptor (line 175) | func (*BoolValue) Descriptor() ([]byte, []int) { return fileDescriptor... method XXX_WellKnownType (line 176) | func (*BoolValue) XXX_WellKnownType() string { return "BoolValue" } method GetValue (line 178) | func (m *BoolValue) GetValue() bool { type StringValue (line 188) | type StringValue struct method Reset (line 193) | func (m *StringValue) Reset() { *m = StringValue{} } method String (line 194) | func (m *StringValue) String() string { return proto.Compac... method ProtoMessage (line 195) | func (*StringValue) ProtoMessage() {} method Descriptor (line 196) | func (*StringValue) Descriptor() ([]byte, []int) { return fileDescript... method XXX_WellKnownType (line 197) | func (*StringValue) XXX_WellKnownType() string { return "StringValue" } method GetValue (line 199) | func (m *StringValue) GetValue() string { type BytesValue (line 209) | type BytesValue struct method Reset (line 214) | func (m *BytesValue) Reset() { *m = BytesValue{} } method String (line 215) | func (m *BytesValue) String() string { return proto.Compact... method ProtoMessage (line 216) | func (*BytesValue) ProtoMessage() {} method Descriptor (line 217) | func (*BytesValue) Descriptor() ([]byte, []int) { return fileDescripto... method XXX_WellKnownType (line 218) | func (*BytesValue) XXX_WellKnownType() string { return "BytesValue" } method GetValue (line 220) | func (m *BytesValue) GetValue() []byte { function init (line 227) | func init() { function init (line 239) | func init() { proto.RegisterFile("google/protobuf/wrappers.proto", fileD... FILE: src/github.com/gorilla/websocket/client.go function NewClient (line 37) | func NewClient(netConn net.Conn, u *url.URL, requestHeader http.Header, ... type Dialer (line 49) | type Dialer struct method Dial (line 125) | func (d *Dialer) Dial(urlStr string, requestHeader http.Header) (*Conn... function hostPortNoPort (line 89) | func hostPortNoPort(u *url.URL) (hostPort, hostNoPort string) { FILE: src/github.com/gorilla/websocket/client_clone.go function cloneTLSConfig (line 11) | func cloneTLSConfig(cfg *tls.Config) *tls.Config { FILE: src/github.com/gorilla/websocket/client_clone_legacy.go function cloneTLSConfig (line 15) | func cloneTLSConfig(cfg *tls.Config) *tls.Config { FILE: src/github.com/gorilla/websocket/client_server_test.go type cstHandler (line 43) | type cstHandler struct method ServeHTTP (line 72) | func (t cstHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { type cstServer (line 45) | type cstServer struct constant cstPath (line 51) | cstPath = "/a/b" constant cstRawQuery (line 52) | cstRawQuery = "x=y" constant cstRequestURI (line 53) | cstRequestURI = cstPath + "?" + cstRawQuery function newServer (line 56) | func newServer(t *testing.T) *cstServer { function newTLSServer (line 64) | func newTLSServer(t *testing.T) *cstServer { function makeWsProto (line 121) | func makeWsProto(s string) string { function sendRecv (line 125) | func sendRecv(t *testing.T, ws *Conn) { function TestProxyDial (line 145) | func TestProxyDial(t *testing.T) { function TestProxyAuthorizationDial (line 183) | func TestProxyAuthorizationDial(t *testing.T) { function TestDial (line 223) | func TestDial(t *testing.T) { function TestDialCookieJar (line 235) | func TestDialCookieJar(t *testing.T) { function TestDialTLS (line 283) | func TestDialTLS(t *testing.T) { function xTestDialTLSBadCert (line 308) | func xTestDialTLSBadCert(t *testing.T) { function TestDialTLSNoVerify (line 320) | func TestDialTLSNoVerify(t *testing.T) { function TestDialTimeout (line 334) | func TestDialTimeout(t *testing.T) { function TestDialBadScheme (line 347) | func TestDialBadScheme(t *testing.T) { function TestDialBadOrigin (line 358) | func TestDialBadOrigin(t *testing.T) { function TestDialBadHeader (line 375) | func TestDialBadHeader(t *testing.T) { function TestBadMethod (line 394) | func TestBadMethod(t *testing.T) { function TestHandshake (line 422) | func TestHandshake(t *testing.T) { function TestRespOnBadHandshake (line 448) | func TestRespOnBadHandshake(t *testing.T) { function TestHostHeader (line 484) | func TestHostHeader(t *testing.T) { function TestDialCompression (line 511) | func TestDialCompression(t *testing.T) { function TestSocksProxyDial (line 525) | func TestSocksProxyDial(t *testing.T) { FILE: src/github.com/gorilla/websocket/client_test.go function TestHostPortNoPort (line 22) | func TestHostPortNoPort(t *testing.T) { FILE: src/github.com/gorilla/websocket/compression.go constant minCompressionLevel (line 16) | minCompressionLevel = -2 constant maxCompressionLevel (line 17) | maxCompressionLevel = flate.BestCompression constant defaultCompressionLevel (line 18) | defaultCompressionLevel = 1 function decompressNoContextTakeover (line 28) | func decompressNoContextTakeover(r io.Reader) io.ReadCloser { function isValidCompressionLevel (line 40) | func isValidCompressionLevel(level int) bool { function compressNoContextTakeover (line 44) | func compressNoContextTakeover(w io.WriteCloser, level int) io.WriteClos... type truncWriter (line 58) | type truncWriter struct method Write (line 64) | func (w *truncWriter) Write(p []byte) (int, error) { type flateWriteWrapper (line 92) | type flateWriteWrapper struct method Write (line 98) | func (w *flateWriteWrapper) Write(p []byte) (int, error) { method Close (line 105) | func (w *flateWriteWrapper) Close() error { type flateReadWrapper (line 122) | type flateReadWrapper struct method Read (line 126) | func (r *flateReadWrapper) Read(p []byte) (int, error) { method Close (line 140) | func (r *flateReadWrapper) Close() error { FILE: src/github.com/gorilla/websocket/compression_test.go type nopCloser (line 11) | type nopCloser struct method Close (line 13) | func (nopCloser) Close() error { return nil } function TestTruncWriter (line 15) | func TestTruncWriter(t *testing.T) { function textMessages (line 35) | func textMessages(num int) [][]byte { function BenchmarkWriteNoCompression (line 44) | func BenchmarkWriteNoCompression(b *testing.B) { function BenchmarkWriteWithCompression (line 55) | func BenchmarkWriteWithCompression(b *testing.B) { function TestValidCompressionLevel (line 68) | func TestValidCompressionLevel(t *testing.T) { FILE: src/github.com/gorilla/websocket/conn.go constant finalBit (line 23) | finalBit = 1 << 7 constant rsv1Bit (line 24) | rsv1Bit = 1 << 6 constant rsv2Bit (line 25) | rsv2Bit = 1 << 5 constant rsv3Bit (line 26) | rsv3Bit = 1 << 4 constant maskBit (line 29) | maskBit = 1 << 7 constant maxFrameHeaderSize (line 31) | maxFrameHeaderSize = 2 + 8 + 4 constant maxControlFramePayloadSize (line 32) | maxControlFramePayloadSize = 125 constant writeWait (line 34) | writeWait = time.Second constant defaultReadBufferSize (line 36) | defaultReadBufferSize = 4096 constant defaultWriteBufferSize (line 37) | defaultWriteBufferSize = 4096 constant continuationFrame (line 39) | continuationFrame = 0 constant noFrame (line 40) | noFrame = -1 constant CloseNormalClosure (line 45) | CloseNormalClosure = 1000 constant CloseGoingAway (line 46) | CloseGoingAway = 1001 constant CloseProtocolError (line 47) | CloseProtocolError = 1002 constant CloseUnsupportedData (line 48) | CloseUnsupportedData = 1003 constant CloseNoStatusReceived (line 49) | CloseNoStatusReceived = 1005 constant CloseAbnormalClosure (line 50) | CloseAbnormalClosure = 1006 constant CloseInvalidFramePayloadData (line 51) | CloseInvalidFramePayloadData = 1007 constant ClosePolicyViolation (line 52) | ClosePolicyViolation = 1008 constant CloseMessageTooBig (line 53) | CloseMessageTooBig = 1009 constant CloseMandatoryExtension (line 54) | CloseMandatoryExtension = 1010 constant CloseInternalServerErr (line 55) | CloseInternalServerErr = 1011 constant CloseServiceRestart (line 56) | CloseServiceRestart = 1012 constant CloseTryAgainLater (line 57) | CloseTryAgainLater = 1013 constant CloseTLSHandshake (line 58) | CloseTLSHandshake = 1015 constant TextMessage (line 65) | TextMessage = 1 constant BinaryMessage (line 68) | BinaryMessage = 2 constant CloseMessage (line 73) | CloseMessage = 8 constant PingMessage (line 77) | PingMessage = 9 constant PongMessage (line 81) | PongMessage = 10 type netError (line 93) | type netError struct method Error (line 99) | func (e *netError) Error() string { return e.msg } method Temporary (line 100) | func (e *netError) Temporary() bool { return e.temporary } method Timeout (line 101) | func (e *netError) Timeout() bool { return e.timeout } type CloseError (line 104) | type CloseError struct method Error (line 112) | func (e *CloseError) Error() string { function IsCloseError (line 150) | func IsCloseError(err error, codes ...int) bool { function IsUnexpectedCloseError (line 163) | func IsUnexpectedCloseError(err error, expectedCodes ...int) bool { function newMaskKey (line 183) | func newMaskKey() [4]byte { function hideTempErr (line 188) | func hideTempErr(err error) error { function isControl (line 195) | func isControl(frameType int) bool { function isData (line 199) | func isData(frameType int) bool { function isValidReceivedCloseCode (line 222) | func isValidReceivedCloseCode(code int) bool { type Conn (line 227) | type Conn struct method Subprotocol (line 341) | func (c *Conn) Subprotocol() string { method Close (line 347) | func (c *Conn) Close() error { method LocalAddr (line 352) | func (c *Conn) LocalAddr() net.Addr { method RemoteAddr (line 357) | func (c *Conn) RemoteAddr() net.Addr { method writeFatal (line 363) | func (c *Conn) writeFatal(err error) error { method write (line 373) | func (c *Conn) write(frameType int, deadline time.Time, buf0, buf1 []b... method WriteControl (line 401) | func (c *Conn) WriteControl(messageType int, data []byte, deadline tim... method prepWrite (line 462) | func (c *Conn) prepWrite(messageType int) error { method NextWriter (line 489) | func (c *Conn) NextWriter(messageType int) (io.WriteCloser, error) { method WritePreparedMessage (line 709) | func (c *Conn) WritePreparedMessage(pm *PreparedMessage) error { method WriteMessage (line 732) | func (c *Conn) WriteMessage(messageType int, data []byte) error { method SetWriteDeadline (line 761) | func (c *Conn) SetWriteDeadline(t time.Time) error { method advanceFrame (line 768) | func (c *Conn) advanceFrame() (int, error) { method handleProtocolError (line 913) | func (c *Conn) handleProtocolError(message string) error { method NextReader (line 928) | func (c *Conn) NextReader() (messageType int, r io.Reader, err error) { method ReadMessage (line 1018) | func (c *Conn) ReadMessage() (messageType int, p []byte, err error) { method SetReadDeadline (line 1032) | func (c *Conn) SetReadDeadline(t time.Time) error { method SetReadLimit (line 1039) | func (c *Conn) SetReadLimit(limit int64) { method CloseHandler (line 1044) | func (c *Conn) CloseHandler() func(code int, text string) error { method SetCloseHandler (line 1062) | func (c *Conn) SetCloseHandler(h func(code int, text string) error) { method PingHandler (line 1074) | func (c *Conn) PingHandler() func(appData string) error { method SetPingHandler (line 1085) | func (c *Conn) SetPingHandler(h func(appData string) error) { method PongHandler (line 1101) | func (c *Conn) PongHandler() func(appData string) error { method SetPongHandler (line 1112) | func (c *Conn) SetPongHandler(h func(appData string) error) { method UnderlyingConn (line 1121) | func (c *Conn) UnderlyingConn() net.Conn { method EnableWriteCompression (line 1128) | func (c *Conn) EnableWriteCompression(enable bool) { method SetCompressionLevel (line 1136) | func (c *Conn) SetCompressionLevel(level int) error { function newConn (line 266) | func newConn(conn net.Conn, isServer bool, readBufferSize, writeBufferSi... type writeHook (line 270) | type writeHook struct method Write (line 274) | func (wh *writeHook) Write(p []byte) (int, error) { function newConnBRW (line 279) | func newConnBRW(conn net.Conn, isServer bool, readBufferSize, writeBuffe... type messageWriter (line 508) | type messageWriter struct method fatal (line 516) | func (w *messageWriter) fatal(err error) error { method flushFrame (line 526) | func (w *messageWriter) flushFrame(final bool, extra []byte) error { method ncopy (line 613) | func (w *messageWriter) ncopy(max int) (int, error) { method Write (line 627) | func (w *messageWriter) Write(p []byte) (int, error) { method WriteString (line 654) | func (w *messageWriter) WriteString(p string) (int, error) { method ReadFrom (line 672) | func (w *messageWriter) ReadFrom(r io.Reader) (nn int64, err error) { method Close (line 697) | func (w *messageWriter) Close() error { type messageReader (line 965) | type messageReader struct method Read (line 967) | func (r *messageReader) Read(b []byte) (int, error) { method Close (line 1012) | func (r *messageReader) Close() error { function FormatCloseMessage (line 1146) | func FormatCloseMessage(closeCode int, text string) []byte { FILE: src/github.com/gorilla/websocket/conn_broadcast_test.go type broadcastBench (line 21) | type broadcastBench struct method makeConns (line 69) | func (b *broadcastBench) makeConns(numConns int) { method close (line 101) | func (b *broadcastBench) close() { method runOnce (line 105) | func (b *broadcastBench) runOnce() { type broadcastMessage (line 32) | type broadcastMessage struct type broadcastConn (line 37) | type broadcastConn struct function newBroadcastConn (line 42) | func newBroadcastConn(c *Conn) *broadcastConn { function newBroadcastBench (line 49) | func newBroadcastBench(usePrepared, compression bool) *broadcastBench { function BenchmarkBroadcast (line 112) | func BenchmarkBroadcast(b *testing.B) { FILE: src/github.com/gorilla/websocket/conn_read.go method read (line 11) | func (c *Conn) read(n int) ([]byte, error) { FILE: src/github.com/gorilla/websocket/conn_read_legacy.go method read (line 11) | func (c *Conn) read(n int) ([]byte, error) { FILE: src/github.com/gorilla/websocket/conn_test.go type fakeNetConn (line 23) | type fakeNetConn struct method Close (line 28) | func (c fakeNetConn) Close() error { return nil } method LocalAddr (line 29) | func (c fakeNetConn) LocalAddr() net.Addr { return loca... method RemoteAddr (line 30) | func (c fakeNetConn) RemoteAddr() net.Addr { return remo... method SetDeadline (line 31) | func (c fakeNetConn) SetDeadline(t time.Time) error { return nil } method SetReadDeadline (line 32) | func (c fakeNetConn) SetReadDeadline(t time.Time) error { return nil } method SetWriteDeadline (line 33) | func (c fakeNetConn) SetWriteDeadline(t time.Time) error { return nil } type fakeAddr (line 35) | type fakeAddr method Network (line 42) | func (a fakeAddr) Network() string { method String (line 46) | func (a fakeAddr) String() string { function TestFraming (line 50) | func TestFraming(t *testing.T) { function TestControl (line 140) | func TestControl(t *testing.T) { function TestCloseFrameBeforeFinalMessageFrame (line 176) | func TestCloseFrameBeforeFinalMessageFrame(t *testing.T) { function TestEOFWithinFrame (line 204) | func TestEOFWithinFrame(t *testing.T) { function TestEOFBeforeFinalFrame (line 239) | func TestEOFBeforeFinalFrame(t *testing.T) { function TestWriteAfterMessageWriterClose (line 263) | func TestWriteAfterMessageWriterClose(t *testing.T) { function TestReadLimit (line 289) | func TestReadLimit(t *testing.T) { function TestAddrs (line 323) | func TestAddrs(t *testing.T) { function TestUnderlyingConn (line 333) | func TestUnderlyingConn(t *testing.T) { function TestBufioReadBytes (line 343) | func TestBufioReadBytes(t *testing.T) { function TestCloseError (line 383) | func TestCloseError(t *testing.T) { function TestUnexpectedCloseErrors (line 403) | func TestUnexpectedCloseErrors(t *testing.T) { type blockingWriter (line 412) | type blockingWriter struct method Write (line 416) | func (w blockingWriter) Write(p []byte) (int, error) { function TestConcurrentWritePanic (line 424) | func TestConcurrentWritePanic(t *testing.T) { type failingReader (line 445) | type failingReader struct method Read (line 447) | func (r failingReader) Read(p []byte) (int, error) { function TestFailedConnectionReadPanic (line 451) | func TestFailedConnectionReadPanic(t *testing.T) { function TestBufioReuse (line 466) | func TestBufioReuse(t *testing.T) { FILE: src/github.com/gorilla/websocket/conn_write.go method writeBufs (line 11) | func (c *Conn) writeBufs(bufs ...[]byte) error { FILE: src/github.com/gorilla/websocket/conn_write_legacy.go method writeBufs (line 9) | func (c *Conn) writeBufs(bufs ...[]byte) error { FILE: src/github.com/gorilla/websocket/example_test.go function ExampleIsUnexpectedCloseError (line 28) | func ExampleIsUnexpectedCloseError() { function processMesage (line 42) | func processMesage(mt int, p []byte) {} function TestX (line 46) | func TestX(t *testing.T) {} FILE: src/github.com/gorilla/websocket/examples/autobahn/server.go function echoCopy (line 30) | func echoCopy(w http.ResponseWriter, r *http.Request, writerOnly bool) { function echoCopyWriterOnly (line 78) | func echoCopyWriterOnly(w http.ResponseWriter, r *http.Request) { function echoCopyFull (line 82) | func echoCopyFull(w http.ResponseWriter, r *http.Request) { function echoReadAll (line 88) | func echoReadAll(w http.ResponseWriter, r *http.Request, writeMessage, w... function echoReadAllWriter (line 146) | func echoReadAllWriter(w http.ResponseWriter, r *http.Request) { function echoReadAllWriteMessage (line 150) | func echoReadAllWriteMessage(w http.ResponseWriter, r *http.Request) { function echoReadAllWritePreparedMessage (line 154) | func echoReadAllWritePreparedMessage(w http.ResponseWriter, r *http.Requ... function serveHome (line 158) | func serveHome(w http.ResponseWriter, r *http.Request) { function main (line 173) | func main() { type validator (line 187) | type validator struct method Read (line 195) | func (r *validator) Read(p []byte) (int, error) { constant utf8Accept (line 252) | utf8Accept = 0 constant utf8Reject (line 253) | utf8Reject = 1 function decode (line 256) | func decode(state int, x rune, b byte) (int, rune) { FILE: src/github.com/gorilla/websocket/examples/chat/client.go constant writeWait (line 18) | writeWait = 10 * time.Second constant pongWait (line 21) | pongWait = 60 * time.Second constant pingPeriod (line 24) | pingPeriod = (pongWait * 9) / 10 constant maxMessageSize (line 27) | maxMessageSize = 512 type Client (line 41) | type Client struct method readPump (line 56) | func (c *Client) readPump() { method writePump (line 82) | func (c *Client) writePump() { function serveWs (line 124) | func serveWs(hub *Hub, w http.ResponseWriter, r *http.Request) { FILE: src/github.com/gorilla/websocket/examples/chat/hub.go type Hub (line 9) | type Hub struct method run (line 32) | func (h *Hub) run() { function newHub (line 23) | func newHub() *Hub { FILE: src/github.com/gorilla/websocket/examples/chat/main.go function serveHome (line 15) | func serveHome(w http.ResponseWriter, r *http.Request) { function main (line 28) | func main() { FILE: src/github.com/gorilla/websocket/examples/command/main.go constant writeWait (line 27) | writeWait = 10 * time.Second constant maxMessageSize (line 30) | maxMessageSize = 8192 constant pongWait (line 33) | pongWait = 60 * time.Second constant pingPeriod (line 36) | pingPeriod = (pongWait * 9) / 10 constant closeGracePeriod (line 39) | closeGracePeriod = 10 * time.Second function pumpStdin (line 42) | func pumpStdin(ws *websocket.Conn, w io.Writer) { function pumpStdout (line 59) | func pumpStdout(ws *websocket.Conn, r io.Reader, done chan struct{}) { function ping (line 81) | func ping(ws *websocket.Conn, done chan struct{}) { function internalError (line 96) | func internalError(ws *websocket.Conn, msg string, err error) { function serveWs (line 103) | func serveWs(w http.ResponseWriter, r *http.Request) { function serveHome (line 168) | func serveHome(w http.ResponseWriter, r *http.Request) { function main (line 180) | func main() { FILE: src/github.com/gorilla/websocket/examples/echo/client.go function main (line 22) | func main() { FILE: src/github.com/gorilla/websocket/examples/echo/server.go function echo (line 22) | func echo(w http.ResponseWriter, r *http.Request) { function home (line 44) | func home(w http.ResponseWriter, r *http.Request) { function main (line 48) | func main() { FILE: src/github.com/gorilla/websocket/examples/filewatch/main.go constant writeWait (line 22) | writeWait = 10 * time.Second constant pongWait (line 25) | pongWait = 60 * time.Second constant pingPeriod (line 28) | pingPeriod = (pongWait * 9) / 10 constant filePeriod (line 31) | filePeriod = 10 * time.Second function readFileIfModified (line 44) | func readFileIfModified(lastMod time.Time) ([]byte, time.Time, error) { function reader (line 59) | func reader(ws *websocket.Conn) { function writer (line 72) | func writer(ws *websocket.Conn, lastMod time.Time) { function serveWs (line 113) | func serveWs(w http.ResponseWriter, r *http.Request) { function serveHome (line 131) | func serveHome(w http.ResponseWriter, r *http.Request) { function main (line 158) | func main() { constant homeHTML (line 171) | homeHTML = ` FILE: src/github.com/gorilla/websocket/json.go function WriteJSON (line 15) | func WriteJSON(c *Conn, v interface{}) error { method WriteJSON (line 23) | func (c *Conn) WriteJSON(v interface{}) error { function ReadJSON (line 40) | func ReadJSON(c *Conn, v interface{}) error { method ReadJSON (line 49) | func (c *Conn) ReadJSON(v interface{}) error { FILE: src/github.com/gorilla/websocket/json_test.go function TestJSON (line 15) | func TestJSON(t *testing.T) { function TestPartialJSONRead (line 41) | func TestPartialJSONRead(t *testing.T) { function TestDeprecatedJSON (line 95) | func TestDeprecatedJSON(t *testing.T) { FILE: src/github.com/gorilla/websocket/mask.go constant wordSize (line 11) | wordSize = int(unsafe.Sizeof(uintptr(0))) function maskBytes (line 13) | func maskBytes(key [4]byte, pos int, b []byte) int { FILE: src/github.com/gorilla/websocket/mask_safe.go function maskBytes (line 9) | func maskBytes(key [4]byte, pos int, b []byte) int { FILE: src/github.com/gorilla/websocket/mask_test.go function maskBytesByByte (line 15) | func maskBytesByByte(key [4]byte, pos int, b []byte) int { function notzero (line 23) | func notzero(b []byte) int { function TestMaskBytes (line 32) | func TestMaskBytes(t *testing.T) { function BenchmarkMaskBytes (line 48) | func BenchmarkMaskBytes(b *testing.B) { FILE: src/github.com/gorilla/websocket/prepared.go type PreparedMessage (line 19) | type PreparedMessage struct method frame (line 63) | func (pm *PreparedMessage) frame(key prepareKey) (int, []byte, error) { type prepareKey (line 28) | type prepareKey struct type preparedFrame (line 35) | type preparedFrame struct function NewPreparedMessage (line 44) | func NewPreparedMessage(messageType int, data []byte) (*PreparedMessage,... type prepareConn (line 97) | type prepareConn struct method Write (line 102) | func (pc *prepareConn) Write(p []byte) (int, error) { return pc... method SetWriteDeadline (line 103) | func (pc *prepareConn) SetWriteDeadline(t time.Time) error { return nil } FILE: src/github.com/gorilla/websocket/prepared_test.go function TestPreparedMessage (line 35) | func TestPreparedMessage(t *testing.T) { FILE: src/github.com/gorilla/websocket/proxy.go type netDialerFunc (line 17) | type netDialerFunc method Dial (line 19) | func (fn netDialerFunc) Dial(network, addr string) (net.Conn, error) { function init (line 23) | func init() { type httpProxyDialer (line 29) | type httpProxyDialer struct method Dial (line 34) | func (hpd *httpProxyDialer) Dial(network string, addr string) (net.Con... FILE: src/github.com/gorilla/websocket/server.go type HandshakeError (line 18) | type HandshakeError struct method Error (line 22) | func (e HandshakeError) Error() string { return e.message } type Upgrader (line 26) | type Upgrader struct method returnError (line 62) | func (u *Upgrader) returnError(w http.ResponseWriter, r *http.Request,... method selectSubprotocol (line 86) | func (u *Upgrader) selectSubprotocol(r *http.Request, responseHeader h... method Upgrade (line 110) | func (u *Upgrader) Upgrade(w http.ResponseWriter, r *http.Request, res... function checkSameOrigin (line 74) | func checkSameOrigin(r *http.Request) bool { function Upgrade (line 267) | func Upgrade(w http.ResponseWriter, r *http.Request, responseHeader http... function Subprotocols (line 281) | func Subprotocols(r *http.Request) []string { function IsWebSocketUpgrade (line 295) | func IsWebSocketUpgrade(r *http.Request) bool { FILE: src/github.com/gorilla/websocket/server_test.go function TestSubprotocols (line 25) | func TestSubprotocols(t *testing.T) { function TestIsWebSocketUpgrade (line 44) | func TestIsWebSocketUpgrade(t *testing.T) { function TestCheckSameOrigin (line 62) | func TestCheckSameOrigin(t *testing.T) { FILE: src/github.com/gorilla/websocket/util.go function computeAcceptKey (line 19) | func computeAcceptKey(challengeKey string) string { function generateChallengeKey (line 26) | func generateChallengeKey() (string, error) { constant isTokenOctet (line 38) | isTokenOctet = 1 << iota constant isSpaceOctet (line 39) | isSpaceOctet function init (line 42) | func init() { function skipSpace (line 76) | func skipSpace(s string) (rest string) { function nextToken (line 86) | func nextToken(s string) (token, rest string) { function nextTokenOrQuoted (line 96) | func nextTokenOrQuoted(s string) (value string, rest string) { function equalASCIIFold (line 132) | func equalASCIIFold(s, t string) bool { function tokenListContainsValue (line 156) | func tokenListContainsValue(header http.Header, name string, value strin... function parseExtensions (line 182) | func parseExtensions(header http.Header) []map[string]string { FILE: src/github.com/gorilla/websocket/util_test.go function TestEqualASCIIFold (line 22) | func TestEqualASCIIFold(t *testing.T) { function TestTokenListContainsValue (line 45) | func TestTokenListContainsValue(t *testing.T) { function TestParseExtensions (line 87) | func TestParseExtensions(t *testing.T) { FILE: src/github.com/gorilla/websocket/x_net_proxy.go type proxy_direct (line 21) | type proxy_direct struct method Dial (line 26) | func (proxy_direct) Dial(network, addr string) (net.Conn, error) { type proxy_PerHost (line 32) | type proxy_PerHost struct method Dial (line 53) | func (p *proxy_PerHost) Dial(network, addr string) (c net.Conn, err er... method dialerForRequest (line 62) | func (p *proxy_PerHost) dialerForRequest(host string) proxy_Dialer { method AddFromString (line 100) | func (p *proxy_PerHost) AddFromString(s string) { method AddIP (line 129) | func (p *proxy_PerHost) AddIP(ip net.IP) { method AddNetwork (line 136) | func (p *proxy_PerHost) AddNetwork(net *net.IPNet) { method AddZone (line 142) | func (p *proxy_PerHost) AddZone(zone string) { method AddHost (line 153) | func (p *proxy_PerHost) AddHost(host string) { function proxy_NewPerHost (line 44) | func proxy_NewPerHost(defaultDialer, bypass proxy_Dialer) *proxy_PerHost { type proxy_Dialer (line 161) | type proxy_Dialer interface type proxy_Auth (line 167) | type proxy_Auth struct function proxy_FromEnvironment (line 173) | func proxy_FromEnvironment() proxy_Dialer { function proxy_RegisterDialerType (line 205) | func proxy_RegisterDialerType(scheme string, f func(*url.URL, proxy_Dial... function proxy_FromURL (line 214) | func proxy_FromURL(u *url.URL, forward proxy_Dialer) (proxy_Dialer, erro... type proxy_envOnce (line 253) | type proxy_envOnce struct method Get (line 259) | func (e *proxy_envOnce) Get() string { method init (line 264) | func (e *proxy_envOnce) init() { function proxy_SOCKS5 (line 275) | func proxy_SOCKS5(network, addr string, auth *proxy_Auth, forward proxy_... type proxy_socks5 (line 289) | type proxy_socks5 struct method Dial (line 323) | func (s *proxy_socks5) Dial(network, addr string) (net.Conn, error) { method connect (line 344) | func (s *proxy_socks5) connect(conn net.Conn, target string) error { constant proxy_socks5Version (line 295) | proxy_socks5Version = 5 constant proxy_socks5AuthNone (line 298) | proxy_socks5AuthNone = 0 constant proxy_socks5AuthPassword (line 299) | proxy_socks5AuthPassword = 2 constant proxy_socks5Connect (line 302) | proxy_socks5Connect = 1 constant proxy_socks5IP4 (line 305) | proxy_socks5IP4 = 1 constant proxy_socks5Domain (line 306) | proxy_socks5Domain = 3 constant proxy_socks5IP6 (line 307) | proxy_socks5IP6 = 4 FILE: src/github.com/labstack/gommon/bytes/bytes.go type Bytes (line 10) | type Bytes struct method Format (line 36) | func (*Bytes) Format(b int64) string { method Parse (line 68) | func (*Bytes) Parse(value string) (i int64, err error) { constant B (line 15) | B = 1 << (10 * iota) constant KB (line 16) | KB constant MB (line 17) | MB constant GB (line 18) | GB constant TB (line 19) | TB constant PB (line 20) | PB constant EB (line 21) | EB function New (line 30) | func New() *Bytes { function Format (line 99) | func Format(b int64) string { function Parse (line 104) | func Parse(val string) (int64, error) { FILE: src/github.com/labstack/gommon/bytes/bytes_test.go function TestBytesFormat (line 9) | func TestBytesFormat(t *testing.T) { function TestBytesParse (line 35) | func TestBytesParse(t *testing.T) { FILE: src/github.com/labstack/gommon/color/color.go type inner (line 14) | type inner constant Blk (line 20) | Blk = "30" constant Rd (line 22) | Rd = "31" constant Grn (line 24) | Grn = "32" constant Yel (line 26) | Yel = "33" constant Blu (line 28) | Blu = "34" constant Mgn (line 30) | Mgn = "35" constant Cyn (line 32) | Cyn = "36" constant Wht (line 34) | Wht = "37" constant Gry (line 36) | Gry = "90" constant BlkBg (line 39) | BlkBg = "40" constant RdBg (line 41) | RdBg = "41" constant GrnBg (line 43) | GrnBg = "42" constant YelBg (line 45) | YelBg = "43" constant BluBg (line 47) | BluBg = "44" constant MgnBg (line 49) | MgnBg = "45" constant CynBg (line 51) | CynBg = "46" constant WhtBg (line 53) | WhtBg = "47" constant R (line 56) | R = "0" constant B (line 58) | B = "1" constant D (line 60) | D = "2" constant I (line 62) | I = "3" constant U (line 64) | U = "4" constant In (line 66) | In = "7" constant H (line 68) | H = "8" constant S (line 70) | S = "9" function outer (line 105) | func outer(n string) inner { type Color (line 125) | type Color struct method Output (line 139) | func (c *Color) Output() io.Writer { method SetOutput (line 144) | func (c *Color) SetOutput(w io.Writer) { method Disable (line 152) | func (c *Color) Disable() { method Enable (line 157) | func (c *Color) Enable() { method Print (line 162) | func (c *Color) Print(args ...interface{}) { method Println (line 167) | func (c *Color) Println(args ...interface{}) { method Printf (line 172) | func (c *Color) Printf(format string, args ...interface{}) { method Black (line 176) | func (c *Color) Black(msg interface{}, styles ...string) string { method Red (line 180) | func (c *Color) Red(msg interface{}, styles ...string) string { method Green (line 184) | func (c *Color) Green(msg interface{}, styles ...string) string { method Yellow (line 188) | func (c *Color) Yellow(msg interface{}, styles ...string) string { method Blue (line 192) | func (c *Color) Blue(msg interface{}, styles ...string) string { method Magenta (line 196) | func (c *Color) Magenta(msg interface{}, styles ...string) string { method Cyan (line 200) | func (c *Color) Cyan(msg interface{}, styles ...string) string { method White (line 204) | func (c *Color) White(msg interface{}, styles ...string) string { method Grey (line 208) | func (c *Color) Grey(msg interface{}, styles ...string) string { method BlackBg (line 212) | func (c *Color) BlackBg(msg interface{}, styles ...string) string { method RedBg (line 216) | func (c *Color) RedBg(msg interface{}, styles ...string) string { method GreenBg (line 220) | func (c *Color) GreenBg(msg interface{}, styles ...string) string { method YellowBg (line 224) | func (c *Color) YellowBg(msg interface{}, styles ...string) string { method BlueBg (line 228) | func (c *Color) BlueBg(msg interface{}, styles ...string) string { method MagentaBg (line 232) | func (c *Color) MagentaBg(msg interface{}, styles ...string) string { method CyanBg (line 236) | func (c *Color) CyanBg(msg interface{}, styles ...string) string { method WhiteBg (line 240) | func (c *Color) WhiteBg(msg interface{}, styles ...string) string { method Reset (line 244) | func (c *Color) Reset(msg interface{}, styles ...string) string { method Bold (line 248) | func (c *Color) Bold(msg interface{}, styles ...string) string { method Dim (line 252) | func (c *Color) Dim(msg interface{}, styles ...string) string { method Italic (line 256) | func (c *Color) Italic(msg interface{}, styles ...string) string { method Underline (line 260) | func (c *Color) Underline(msg interface{}, styles ...string) string { method Inverse (line 264) | func (c *Color) Inverse(msg interface{}, styles ...string) string { method Hidden (line 268) | func (c *Color) Hidden(msg interface{}, styles ...string) string { method Strikeout (line 272) | func (c *Color) Strikeout(msg interface{}, styles ...string) string { function New (line 132) | func New() (c *Color) { function Output (line 277) | func Output() io.Writer { function SetOutput (line 282) | func SetOutput(w io.Writer) { function Disable (line 286) | func Disable() { function Enable (line 290) | func Enable() { function Print (line 295) | func Print(args ...interface{}) { function Println (line 300) | func Println(args ...interface{}) { function Printf (line 305) | func Printf(format string, args ...interface{}) { function Black (line 309) | func Black(msg interface{}, styles ...string) string { function Red (line 313) | func Red(msg interface{}, styles ...string) string { function Green (line 317) | func Green(msg interface{}, styles ...string) string { function Yellow (line 321) | func Yellow(msg interface{}, styles ...string) string { function Blue (line 325) | func Blue(msg interface{}, styles ...string) string { function Magenta (line 329) | func Magenta(msg interface{}, styles ...string) string { function Cyan (line 333) | func Cyan(msg interface{}, styles ...string) string { function White (line 337) | func White(msg interface{}, styles ...string) string { function Grey (line 341) | func Grey(msg interface{}, styles ...string) string { function BlackBg (line 345) | func BlackBg(msg interface{}, styles ...string) string { function RedBg (line 349) | func RedBg(msg interface{}, styles ...string) string { function GreenBg (line 353) | func GreenBg(msg interface{}, styles ...string) string { function YellowBg (line 357) | func YellowBg(msg interface{}, styles ...string) string { function BlueBg (line 361) | func BlueBg(msg interface{}, styles ...string) string { function MagentaBg (line 365) | func MagentaBg(msg interface{}, styles ...string) string { function CyanBg (line 369) | func CyanBg(msg interface{}, styles ...string) string { function WhiteBg (line 373) | func WhiteBg(msg interface{}, styles ...string) string { function Reset (line 377) | func Reset(msg interface{}, styles ...string) string { function Bold (line 381) | func Bold(msg interface{}, styles ...string) string { function Dim (line 385) | func Dim(msg interface{}, styles ...string) string { function Italic (line 389) | func Italic(msg interface{}, styles ...string) string { function Underline (line 393) | func Underline(msg interface{}, styles ...string) string { function Inverse (line 397) | func Inverse(msg interface{}, styles ...string) string { function Hidden (line 401) | func Hidden(msg interface{}, styles ...string) string { function Strikeout (line 405) | func Strikeout(msg interface{}, styles ...string) string { FILE: src/github.com/labstack/gommon/color/color_test.go function TestText (line 9) | func TestText(t *testing.T) { function TestBackground (line 22) | func TestBackground(t *testing.T) { function TestEmphasis (line 34) | func TestEmphasis(t *testing.T) { function TestMixMatch (line 46) | func TestMixMatch(t *testing.T) { function TestEnableDisable (line 55) | func TestEnableDisable(t *testing.T) { FILE: src/github.com/labstack/gommon/log/color.go function output (line 11) | func output() io.Writer { FILE: src/github.com/labstack/gommon/log/log.go type Logger (line 23) | type Logger struct method initLevels (line 70) | func (l *Logger) initLevels() { method newTemplate (line 80) | func (l *Logger) newTemplate(format string) *fasttemplate.Template { method DisableColor (line 84) | func (l *Logger) DisableColor() { method EnableColor (line 89) | func (l *Logger) EnableColor() { method Prefix (line 94) | func (l *Logger) Prefix() string { method SetPrefix (line 98) | func (l *Logger) SetPrefix(p string) { method Level (line 102) | func (l *Logger) Level() Lvl { method SetLevel (line 106) | func (l *Logger) SetLevel(v Lvl) { method Output (line 110) | func (l *Logger) Output() io.Writer { method SetOutput (line 114) | func (l *Logger) SetOutput(w io.Writer) { method Color (line 121) | func (l *Logger) Color() *color.Color { method SetHeader (line 125) | func (l *Logger) SetHeader(h string) { method Print (line 129) | func (l *Logger) Print(i ...interface{}) { method Printf (line 134) | func (l *Logger) Printf(format string, args ...interface{}) { method Printj (line 138) | func (l *Logger) Printj(j JSON) { method Debug (line 142) | func (l *Logger) Debug(i ...interface{}) { method Debugf (line 146) | func (l *Logger) Debugf(format string, args ...interface{}) { method Debugj (line 150) | func (l *Logger) Debugj(j JSON) { method Info (line 154) | func (l *Logger) Info(i ...interface{}) { method Infof (line 158) | func (l *Logger) Infof(format string, args ...interface{}) { method Infoj (line 162) | func (l *Logger) Infoj(j JSON) { method Warn (line 166) | func (l *Logger) Warn(i ...interface{}) { method Warnf (line 170) | func (l *Logger) Warnf(format string, args ...interface{}) { method Warnj (line 174) | func (l *Logger) Warnj(j JSON) { method Error (line 178) | func (l *Logger) Error(i ...interface{}) { method Errorf (line 182) | func (l *Logger) Errorf(format string, args ...interface{}) { method Errorj (line 186) | func (l *Logger) Errorj(j JSON) { method Fatal (line 190) | func (l *Logger) Fatal(i ...interface{}) { method Fatalf (line 195) | func (l *Logger) Fatalf(format string, args ...interface{}) { method Fatalj (line 200) | func (l *Logger) Fatalj(j JSON) { method Panic (line 205) | func (l *Logger) Panic(i ...interface{}) { method Panicf (line 210) | func (l *Logger) Panicf(format string, args ...interface{}) { method Panicj (line 215) | func (l *Logger) Panicj(j JSON) { method log (line 340) | func (l *Logger) log(v Lvl, format string, args ...interface{}) { type Lvl (line 34) | type Lvl type JSON (line 36) | type JSON constant DEBUG (line 40) | DEBUG Lvl = iota + 1 constant INFO (line 41) | INFO constant WARN (line 42) | WARN constant ERROR (line 43) | ERROR constant OFF (line 44) | OFF function New (line 53) | func New(prefix string) (l *Logger) { function DisableColor (line 220) | func DisableColor() { function EnableColor (line 224) | func EnableColor() { function Prefix (line 228) | func Prefix() string { function SetPrefix (line 232) | func SetPrefix(p string) { function Level (line 236) | func Level() Lvl { function SetLevel (line 240) | func SetLevel(v Lvl) { function Output (line 244) | func Output() io.Writer { function SetOutput (line 248) | func SetOutput(w io.Writer) { function SetHeader (line 252) | func SetHeader(h string) { function Print (line 256) | func Print(i ...interface{}) { function Printf (line 260) | func Printf(format string, args ...interface{}) { function Printj (line 264) | func Printj(j JSON) { function Debug (line 268) | func Debug(i ...interface{}) { function Debugf (line 272) | func Debugf(format string, args ...interface{}) { function Debugj (line 276) | func Debugj(j JSON) { function Info (line 280) | func Info(i ...interface{}) { function Infof (line 284) | func Infof(format string, args ...interface{}) { function Infoj (line 288) | func Infoj(j JSON) { function Warn (line 292) | func Warn(i ...interface{}) { function Warnf (line 296) | func Warnf(format string, args ...interface{}) { function Warnj (line 300) | func Warnj(j JSON) { function Error (line 304) | func Error(i ...interface{}) { function Errorf (line 308) | func Errorf(format string, args ...interface{}) { function Errorj (line 312) | func Errorj(j JSON) { function Fatal (line 316) | func Fatal(i ...interface{}) { function Fatalf (line 320) | func Fatalf(format string, args ...interface{}) { function Fatalj (line 324) | func Fatalj(j JSON) { function Panic (line 328) | func Panic(i ...interface{}) { function Panicf (line 332) | func Panicf(format string, args ...interface{}) { function Panicj (line 336) | func Panicj(j JSON) { FILE: src/github.com/labstack/gommon/log/log_test.go function test (line 13) | func test(l *Logger, t *testing.T) { function TestLog (line 42) | func TestLog(t *testing.T) { function TestGlobal (line 47) | func TestGlobal(t *testing.T) { function TestLogConcurrent (line 51) | func TestLogConcurrent(t *testing.T) { function TestFatal (line 63) | func TestFatal(t *testing.T) { function loggerFatalTest (line 78) | func loggerFatalTest(t *testing.T, env string, contains string) { function TestNoFormat (line 92) | func TestNoFormat(t *testing.T) { function TestFormat (line 95) | func TestFormat(t *testing.T) { function TestJSON (line 104) | func TestJSON(t *testing.T) { function BenchmarkLog (line 113) | func BenchmarkLog(b *testing.B) { FILE: src/github.com/labstack/gommon/log/white.go function output (line 10) | func output() io.Writer { FILE: src/github.com/labstack/gommon/random/random.go type Random (line 9) | type Random struct method SetCharset (line 34) | func (r *Random) SetCharset(c Charset) { method String (line 38) | func (r *Random) String(length uint8) string { type Charset (line 13) | type Charset constant Alphanumeric (line 17) | Alphanumeric Charset = Alphabetic + Numeric constant Alphabetic (line 18) | Alphabetic Charset = "abcdefghijklmnopqrstuvwxyz" + "ABCDEFGHIJKLMNOPQ... constant Numeric (line 19) | Numeric Charset = "0123456789" constant Hex (line 20) | Hex Charset = Numeric + "abcdef" function New (line 27) | func New() *Random { function SetCharset (line 46) | func SetCharset(c Charset) { function String (line 50) | func String(length uint8) string { FILE: src/github.com/labstack/gommon/random/random_test.go function Test (line 9) | func Test(t *testing.T) { FILE: src/github.com/lib/pq/buf.go type readBuf (line 10) | type readBuf method int32 (line 12) | func (b *readBuf) int32() (n int) { method oid (line 18) | func (b *readBuf) oid() (n oid.Oid) { method int16 (line 25) | func (b *readBuf) int16() (n int) { method string (line 31) | func (b *readBuf) string() string { method next (line 41) | func (b *readBuf) next(n int) (v []byte) { method byte (line 47) | func (b *readBuf) byte() byte { type writeBuf (line 51) | type writeBuf struct method int32 (line 56) | func (b *writeBuf) int32(n int) { method int16 (line 62) | func (b *writeBuf) int16(n int) { method string (line 68) | func (b *writeBuf) string(s string) { method byte (line 72) | func (b *writeBuf) byte(c byte) { method bytes (line 76) | func (b *writeBuf) bytes(v []byte) { method wrap (line 80) | func (b *writeBuf) wrap() []byte { method next (line 86) | func (b *writeBuf) next(c byte) { FILE: src/github.com/lib/pq/conn.go type drv (line 37) | type drv struct method Open (line 39) | func (d *drv) Open(name string) (driver.Conn, error) { function init (line 43) | func init() { type parameterStatus (line 47) | type parameterStatus struct type transactionStatus (line 57) | type transactionStatus method String (line 65) | func (s transactionStatus) String() string { constant txnStatusIdle (line 60) | txnStatusIdle transactionStatus = 'I' constant txnStatusIdleInTransaction (line 61) | txnStatusIdleInTransaction transactionStatus = 'T' constant txnStatusInFailedTransaction (line 62) | txnStatusInFailedTransaction transactionStatus = 'E' type Dialer (line 80) | type Dialer interface type defaultDialer (line 85) | type defaultDialer struct method Dial (line 87) | func (d defaultDialer) Dial(ntw, addr string) (net.Conn, error) { method DialTimeout (line 90) | func (d defaultDialer) DialTimeout(ntw, addr string, timeout time.Dura... type conn (line 94) | type conn struct method handleDriverSettings (line 121) | func (c *conn) handleDriverSettings(o values) (err error) { method writeBuf (line 146) | func (c *conn) writeBuf(b byte) *writeBuf { method isInTransaction (line 419) | func (cn *conn) isInTransaction() bool { method checkIsInTransaction (line 424) | func (cn *conn) checkIsInTransaction(intxn bool) { method Begin (line 431) | func (cn *conn) Begin() (_ driver.Tx, err error) { method Commit (line 453) | func (cn *conn) Commit() (err error) { method Rollback (line 488) | func (cn *conn) Rollback() (err error) { method gname (line 509) | func (cn *conn) gname() string { method simpleExec (line 514) | func (cn *conn) simpleExec(q string) (res driver.Result, commandTag st... method simpleQuery (line 539) | func (cn *conn) simpleQuery(q string) (res *rows, err error) { method prepareTo (line 645) | func (cn *conn) prepareTo(q, stmtName string) *stmt { method Prepare (line 667) | func (cn *conn) Prepare(q string) (_ driver.Stmt, err error) { method Close (line 679) | func (cn *conn) Close() (err error) { method Query (line 696) | func (cn *conn) Query(query string, args []driver.Value) (_ driver.Row... method Exec (line 730) | func (cn *conn) Exec(query string, args []driver.Value) (res driver.Re... method send (line 766) | func (cn *conn) send(m *writeBuf) { method sendStartupPacket (line 773) | func (cn *conn) sendStartupPacket(m *writeBuf) { method sendSimpleMessage (line 788) | func (cn *conn) sendSimpleMessage(typ byte) (err error) { method saveMessage (line 798) | func (cn *conn) saveMessage(typ byte, buf *readBuf) { method recvMessage (line 809) | func (cn *conn) recvMessage(r *readBuf) (byte, error) { method recv (line 846) | func (cn *conn) recv() (t byte, r *readBuf) { method recv1Buf (line 868) | func (cn *conn) recv1Buf(r *readBuf) byte { method recv1 (line 889) | func (cn *conn) recv1() (t byte, r *readBuf) { method ssl (line 895) | func (cn *conn) ssl(o values) { method verifyCA (line 941) | func (cn *conn) verifyCA(client *tls.Conn, tlsConf *tls.Config) { method setupSSLClientCertificates (line 971) | func (cn *conn) setupSSLClientCertificates(tlsConf *tls.Config, o valu... method setupSSLCA (line 1025) | func (cn *conn) setupSSLCA(tlsConf *tls.Config, o values) { method startup (line 1066) | func (cn *conn) startup(o values) { method auth (line 1106) | func (cn *conn) auth(r *readBuf, o values) { method parseComplete (line 1273) | func (cn *conn) parseComplete(commandTag string) (driver.Result, strin... method sendBinaryParameters (line 1418) | func (cn *conn) sendBinaryParameters(b *writeBuf, args []driver.Value) { method sendBinaryModeQuery (line 1453) | func (cn *conn) sendBinaryModeQuery(query string, args []driver.Value) { method processParameterStatus (line 1480) | func (c *conn) processParameterStatus(r *readBuf) { method processReadyForQuery (line 1505) | func (c *conn) processReadyForQuery(r *readBuf) { method readReadyForQuery (line 1509) | func (cn *conn) readReadyForQuery() { method readParseResponse (line 1521) | func (cn *conn) readParseResponse() { method readStatementDescribeResponse (line 1536) | func (cn *conn) readStatementDescribeResponse() (paramTyps []oid.Oid, ... method readPortalDescribeResponse (line 1562) | func (cn *conn) readPortalDescribeResponse() (colNames []string, colFm... method readBindResponse (line 1580) | func (cn *conn) readBindResponse() { method postExecuteWorkaround (line 1595) | func (cn *conn) postExecuteWorkaround() { method readExecuteResponse (line 1624) | func (cn *conn) readExecuteResponse(protocolState string) (res driver.... function Open (line 154) | func Open(name string) (_ driver.Conn, err error) { function DialOpen (line 158) | func DialOpen(d Dialer, name string) (_ driver.Conn, err error) { function dial (line 253) | func dial(d Dialer, o values) (net.Conn, error) { function network (line 282) | func network(o values) (string, string) { type values (line 293) | type values method Set (line 295) | func (vs values) Set(k, v string) { method Get (line 299) | func (vs values) Get(k string) (v string) { method Isset (line 303) | func (vs values) Isset(k string) bool { type scanner (line 309) | type scanner struct method Next (line 321) | func (s *scanner) Next() (rune, bool) { method SkipSpaces (line 332) | func (s *scanner) SkipSpaces() (rune, bool) { function newScanner (line 315) | func newScanner(s string) *scanner { function parseOpts (line 343) | func parseOpts(name string, o values) error { function decideColumnFormats (line 599) | func decideColumnFormats(colTyps []oid.Oid, forceText bool) (colFmts []f... function isDriverSetting (line 1044) | func isDriverSetting(key string) bool { type format (line 1142) | type format constant formatText (line 1144) | formatText format = 0 constant formatBinary (line 1145) | formatBinary format = 1 type stmt (line 1153) | type stmt struct method Close (line 1164) | func (st *stmt) Close() (err error) { method Query (line 1197) | func (st *stmt) Query(v []driver.Value) (r driver.Rows, err error) { method Exec (line 1212) | func (st *stmt) Exec(v []driver.Value) (res driver.Result, err error) { method exec (line 1223) | func (st *stmt) exec(v []driver.Value) { method NumInput (line 1265) | func (st *stmt) NumInput() int { type rows (line 1318) | type rows struct method Close (line 1327) | func (rs *rows) Close() error { method Columns (line 1341) | func (rs *rows) Columns() []string { method Next (line 1345) | func (rs *rows) Next(dest []driver.Value) (err error) { function QuoteIdentifier (line 1404) | func QuoteIdentifier(name string) string { function md5s (line 1412) | func md5s(s string) string { function parseStatementRowDescribe (line 1644) | func parseStatementRowDescribe(r *readBuf) (colNames []string, colTyps [... function parsePortalRowDescribe (line 1659) | func parsePortalRowDescribe(r *readBuf) (colNames []string, colFmts []fo... function parseEnviron (line 1682) | func parseEnviron(env []string) (out map[string]string) { function isUTF8 (line 1753) | func isUTF8(name string) bool { function alnumLowerASCII (line 1759) | func alnumLowerASCII(ch rune) rune { FILE: src/github.com/lib/pq/copy.go function CopyIn (line 20) | func CopyIn(table string, columns ...string) string { function CopyInSchema (line 34) | func CopyInSchema(schema, table string, columns ...string) string { type copyin (line 46) | type copyin struct method flush (line 130) | func (ci *copyin) flush(buf []byte) { method resploop (line 140) | func (ci *copyin) resploop() { method isErrorSet (line 171) | func (ci *copyin) isErrorSet() bool { method setError (line 180) | func (ci *copyin) setError(err error) { method NumInput (line 188) | func (ci *copyin) NumInput() int { method Query (line 192) | func (ci *copyin) Query(v []driver.Value) (r driver.Rows, err error) { method Exec (line 203) | func (ci *copyin) Exec(v []driver.Value) (r driver.Result, err error) { method Close (line 242) | func (ci *copyin) Close() (err error) { constant ciBufferSize (line 58) | ciBufferSize = 64 * 1024 constant ciBufferFlushSize (line 61) | ciBufferFlushSize = 63 * 1024 method prepareCopyIn (line 63) | func (cn *conn) prepareCopyIn(q string) (_ driver.Stmt, err error) { FILE: src/github.com/lib/pq/encode.go function binaryEncode (line 18) | func binaryEncode(parameterStatus *parameterStatus, x interface{}) []byte { function encode (line 28) | func encode(parameterStatus *parameterStatus, x interface{}, pgtypOid oi... function decode (line 58) | func decode(parameterStatus *parameterStatus, s []byte, typ oid.Oid, f f... function binaryDecode (line 66) | func binaryDecode(parameterStatus *parameterStatus, s []byte, typ oid.Oi... function textDecode (line 84) | func textDecode(parameterStatus *parameterStatus, s []byte, typ oid.Oid)... function appendEncodedText (line 121) | func appendEncodedText(parameterStatus *parameterStatus, buf []byte, x i... function appendEscapedText (line 145) | func appendEscapedText(buf []byte, text string) []byte { function mustParse (line 183) | func mustParse(f string, typ oid.Oid, s []byte) time.Time { function expect (line 198) | func expect(str, char string, pos int) { function mustAtoi (line 204) | func mustAtoi(str string) int { type locationCache (line 213) | type locationCache struct method getLocation (line 230) | func (c *locationCache) getLocation(offset int) *time.Location { function newLocationCache (line 224) | func newLocationCache() *locationCache { constant infinityTsEnabledAlready (line 248) | infinityTsEnabledAlready = "pq: infinity timestamp enabled already" constant infinityTsNegativeMustBeSmaller (line 249) | infinityTsNegativeMustBeSmaller = "pq: infinity timestamp: negative valu... function EnableInfinityTs (line 272) | func EnableInfinityTs(negative time.Time, positive time.Time) { function disableInfinityTs (line 287) | func disableInfinityTs() { function parseTs (line 295) | func parseTs(currentLocation *time.Location, str string) interface{} { function formatTs (line 403) | func formatTs(t time.Time) (b []byte) { function parseBytea (line 448) | func parseBytea(s []byte) (result []byte) { function encodeBytea (line 495) | func encodeBytea(serverVersion int, v []byte) (result []byte) { type NullTime (line 521) | type NullTime struct method Scan (line 527) | func (nt *NullTime) Scan(value interface{}) error { method Value (line 533) | func (nt NullTime) Value() (driver.Value, error) { FILE: src/github.com/lib/pq/error.go constant Efatal (line 13) | Efatal = "FATAL" constant Epanic (line 14) | Epanic = "PANIC" constant Ewarning (line 15) | Ewarning = "WARNING" constant Enotice (line 16) | Enotice = "NOTICE" constant Edebug (line 17) | Edebug = "DEBUG" constant Einfo (line 18) | Einfo = "INFO" constant Elog (line 19) | Elog = "LOG" type Error (line 25) | type Error struct method Fatal (line 400) | func (err *Error) Fatal() bool { method Get (line 406) | func (err *Error) Get(k byte) (v string) { method Error (line 446) | func (err Error) Error() string { type ErrorCode (line 46) | type ErrorCode method Name (line 53) | func (ec ErrorCode) Name() string { method Class (line 71) | func (ec ErrorCode) Class() ErrorClass { type ErrorClass (line 58) | type ErrorClass method Name (line 63) | func (ec ErrorClass) Name() string { function parseError (line 355) | func parseError(r *readBuf) *Error { type PGError (line 452) | type PGError interface function errorf (line 458) | func errorf(s string, args ...interface{}) { function errRecoverNoErrBadConn (line 462) | func errRecoverNoErrBadConn(err *error) { method errRecover (line 475) | func (c *conn) errRecover(err *error) { FILE: src/github.com/lib/pq/notify.go type Notification (line 15) | type Notification struct function recvNotification (line 24) | func recvNotification(r *readBuf) *Notification { constant connStateIdle (line 33) | connStateIdle int32 = iota constant connStateExpectResponse (line 34) | connStateExpectResponse constant connStateExpectReadyForQuery (line 35) | connStateExpectReadyForQuery type message (line 38) | type message struct type ListenerConn (line 47) | type ListenerConn struct method acquireSenderLock (line 88) | func (l *ListenerConn) acquireSenderLock() error { method releaseSenderLock (line 102) | func (l *ListenerConn) releaseSenderLock() { method setState (line 108) | func (l *ListenerConn) setState(newState int32) bool { method listenerConnLoop (line 130) | func (l *ListenerConn) listenerConnLoop() (err error) { method listenerConnMain (line 183) | func (l *ListenerConn) listenerConnMain() { method Listen (line 214) | func (l *ListenerConn) Listen(channel string) (bool, error) { method Unlisten (line 219) | func (l *ListenerConn) Unlisten(channel string) (bool, error) { method UnlistenAll (line 224) | func (l *ListenerConn) UnlistenAll() (bool, error) { method Ping (line 230) | func (l *ListenerConn) Ping() error { method sendSimpleQuery (line 246) | func (l *ListenerConn) sendSimpleQuery(q string) (err error) { method ExecSimpleQuery (line 277) | func (l *ListenerConn) ExecSimpleQuery(q string) (executed bool, err e... method Close (line 332) | func (l *ListenerConn) Close() error { method Err (line 347) | func (l *ListenerConn) Err() error { function NewListenerConn (line 64) | func NewListenerConn(name string, notificationChan chan<- *Notification)... type ListenerEventType (line 356) | type ListenerEventType constant ListenerEventConnected (line 361) | ListenerEventConnected ListenerEventType = iota constant ListenerEventDisconnected (line 366) | ListenerEventDisconnected constant ListenerEventReconnected (line 371) | ListenerEventReconnected constant ListenerEventConnectionAttemptFailed (line 376) | ListenerEventConnectionAttemptFailed type EventCallbackType (line 379) | type EventCallbackType type Listener (line 386) | type Listener struct method NotificationChannel (line 444) | func (l *Listener) NotificationChannel() <-chan *Notification { method Listen (line 463) | func (l *Listener) Listen(channel string) error { method Unlisten (line 513) | func (l *Listener) Unlisten(channel string) error { method UnlistenAll (line 547) | func (l *Listener) UnlistenAll() error { method Ping (line 572) | func (l *Listener) Ping() error { method disconnectCleanup (line 588) | func (l *Listener) disconnectCleanup() error { method resync (line 610) | func (l *Listener) resync(cn *ListenerConn, notificationChan <-chan *N... method closed (line 654) | func (l *Listener) closed() bool { method connect (line 661) | func (l *Listener) connect() error { method Close (line 687) | func (l *Listener) Close() error { method emitEvent (line 703) | func (l *Listener) emitEvent(event ListenerEventType, err error) { method listenerConnLoop (line 711) | func (l *Listener) listenerConnLoop() { method listenerMain (line 763) | func (l *Listener) listenerMain() { function NewListener (line 420) | func NewListener(name string, FILE: src/github.com/lib/pq/oid/doc.go type Oid (line 6) | type Oid FILE: src/github.com/lib/pq/oid/gen.go function main (line 17) | func main() { FILE: src/github.com/lib/pq/oid/types.go constant T_bool (line 6) | T_bool Oid = 16 constant T_bytea (line 7) | T_bytea Oid = 17 constant T_char (line 8) | T_char Oid = 18 constant T_name (line 9) | T_name Oid = 19 constant T_int8 (line 10) | T_int8 Oid = 20 constant T_int2 (line 11) | T_int2 Oid = 21 constant T_int2vector (line 12) | T_int2vector Oid = 22 constant T_int4 (line 13) | T_int4 Oid = 23 constant T_regproc (line 14) | T_regproc Oid = 24 constant T_text (line 15) | T_text Oid = 25 constant T_oid (line 16) | T_oid Oid = 26 constant T_tid (line 17) | T_tid Oid = 27 constant T_xid (line 18) | T_xid Oid = 28 constant T_cid (line 19) | T_cid Oid = 29 constant T_oidvector (line 20) | T_oidvector Oid = 30 constant T_pg_type (line 21) | T_pg_type Oid = 71 constant T_pg_attribute (line 22) | T_pg_attribute Oid = 75 constant T_pg_proc (line 23) | T_pg_proc Oid = 81 constant T_pg_class (line 24) | T_pg_class Oid = 83 constant T_json (line 25) | T_json Oid = 114 constant T_xml (line 26) | T_xml Oid = 142 constant T__xml (line 27) | T__xml Oid = 143 constant T_pg_node_tree (line 28) | T_pg_node_tree Oid = 194 constant T__json (line 29) | T__json Oid = 199 constant T_smgr (line 30) | T_smgr Oid = 210 constant T_point (line 31) | T_point Oid = 600 constant T_lseg (line 32) | T_lseg Oid = 601 constant T_path (line 33) | T_path Oid = 602 constant T_box (line 34) | T_box Oid = 603 constant T_polygon (line 35) | T_polygon Oid = 604 constant T_line (line 36) | T_line Oid = 628 constant T__line (line 37) | T__line Oid = 629 constant T_cidr (line 38) | T_cidr Oid = 650 constant T__cidr (line 39) | T__cidr Oid = 651 constant T_float4 (line 40) | T_float4 Oid = 700 constant T_float8 (line 41) | T_float8 Oid = 701 constant T_abstime (line 42) | T_abstime Oid = 702 constant T_reltime (line 43) | T_reltime Oid = 703 constant T_tinterval (line 44) | T_tinterval Oid = 704 constant T_unknown (line 45) | T_unknown Oid = 705 constant T_circle (line 46) | T_circle Oid = 718 constant T__circle (line 47) | T__circle Oid = 719 constant T_money (line 48) | T_money Oid = 790 constant T__money (line 49) | T__money Oid = 791 constant T_macaddr (line 50) | T_macaddr Oid = 829 constant T_inet (line 51) | T_inet Oid = 869 constant T__bool (line 52) | T__bool Oid = 1000 constant T__bytea (line 53) | T__bytea Oid = 1001 constant T__char (line 54) | T__char Oid = 1002 constant T__name (line 55) | T__name Oid = 1003 constant T__int2 (line 56) | T__int2 Oid = 1005 constant T__int2vector (line 57) | T__int2vector Oid = 1006 constant T__int4 (line 58) | T__int4 Oid = 1007 constant T__regproc (line 59) | T__regproc Oid = 1008 constant T__text (line 60) | T__text Oid = 1009 constant T__tid (line 61) | T__tid Oid = 1010 constant T__xid (line 62) | T__xid Oid = 1011 constant T__cid (line 63) | T__cid Oid = 1012 constant T__oidvector (line 64) | T__oidvector Oid = 1013 constant T__bpchar (line 65) | T__bpchar Oid = 1014 constant T__varchar (line 66) | T__varchar Oid = 1015 constant T__int8 (line 67) | T__int8 Oid = 1016 constant T__point (line 68) | T__point Oid = 1017 constant T__lseg (line 69) | T__lseg Oid = 1018 constant T__path (line 70) | T__path Oid = 1019 constant T__box (line 71) | T__box Oid = 1020 constant T__float4 (line 72) | T__float4 Oid = 1021 constant T__float8 (line 73) | T__float8 Oid = 1022 constant T__abstime (line 74) | T__abstime Oid = 1023 constant T__reltime (line 75) | T__reltime Oid = 1024 constant T__tinterval (line 76) | T__tinterval Oid = 1025 constant T__polygon (line 77) | T__polygon Oid = 1027 constant T__oid (line 78) | T__oid Oid = 1028 constant T_aclitem (line 79) | T_aclitem Oid = 1033 constant T__aclitem (line 80) | T__aclitem Oid = 1034 constant T__macaddr (line 81) | T__macaddr Oid = 1040 constant T__inet (line 82) | T__inet Oid = 1041 constant T_bpchar (line 83) | T_bpchar Oid = 1042 constant T_varchar (line 84) | T_varchar Oid = 1043 constant T_date (line 85) | T_date Oid = 1082 constant T_time (line 86) | T_time Oid = 1083 constant T_timestamp (line 87) | T_timestamp Oid = 1114 constant T__timestamp (line 88) | T__timestamp Oid = 1115 constant T__date (line 89) | T__date Oid = 1182 constant T__time (line 90) | T__time Oid = 1183 constant T_timestamptz (line 91) | T_timestamptz Oid = 1184 constant T__timestamptz (line 92) | T__timestamptz Oid = 1185 constant T_interval (line 93) | T_interval Oid = 1186 constant T__interval (line 94) | T__interval Oid = 1187 constant T__numeric (line 95) | T__numeric Oid = 1231 constant T_pg_database (line 96) | T_pg_database Oid = 1248 constant T__cstring (line 97) | T__cstring Oid = 1263 constant T_timetz (line 98) | T_timetz Oid = 1266 constant T__timetz (line 99) | T__timetz Oid = 1270 constant T_bit (line 100) | T_bit Oid = 1560 constant T__bit (line 101) | T__bit Oid = 1561 constant T_varbit (line 102) | T_varbit Oid = 1562 constant T__varbit (line 103) | T__varbit Oid = 1563 constant T_numeric (line 104) | T_numeric Oid = 1700 constant T_refcursor (line 105) | T_refcursor Oid = 1790 constant T__refcursor (line 106) | T__refcursor Oid = 2201 constant T_regprocedure (line 107) | T_regprocedure Oid = 2202 constant T_regoper (line 108) | T_regoper Oid = 2203 constant T_regoperator (line 109) | T_regoperator Oid = 2204 constant T_regclass (line 110) | T_regclass Oid = 2205 constant T_regtype (line 111) | T_regtype Oid = 2206 constant T__regprocedure (line 112) | T__regprocedure Oid = 2207 constant T__regoper (line 113) | T__regoper Oid = 2208 constant T__regoperator (line 114) | T__regoperator Oid = 2209 constant T__regclass (line 115) | T__regclass Oid = 2210 constant T__regtype (line 116) | T__regtype Oid = 2211 constant T_record (line 117) | T_record Oid = 2249 constant T_cstring (line 118) | T_cstring Oid = 2275 constant T_any (line 119) | T_any Oid = 2276 constant T_anyarray (line 120) | T_anyarray Oid = 2277 constant T_void (line 121) | T_void Oid = 2278 constant T_trigger (line 122) | T_trigger Oid = 2279 constant T_language_handler (line 123) | T_language_handler Oid = 2280 constant T_internal (line 124) | T_internal Oid = 2281 constant T_opaque (line 125) | T_opaque Oid = 2282 constant T_anyelement (line 126) | T_anyelement Oid = 2283 constant T__record (line 127) | T__record Oid = 2287 constant T_anynonarray (line 128) | T_anynonarray Oid = 2776 constant T_pg_authid (line 129) | T_pg_authid Oid = 2842 constant T_pg_auth_members (line 130) | T_pg_auth_members Oid = 2843 constant T__txid_snapshot (line 131) | T__txid_snapshot Oid = 2949 constant T_uuid (line 132) | T_uuid Oid = 2950 constant T__uuid (line 133) | T__uuid Oid = 2951 constant T_txid_snapshot (line 134) | T_txid_snapshot Oid = 2970 constant T_fdw_handler (line 135) | T_fdw_handler Oid = 3115 constant T_anyenum (line 136) | T_anyenum Oid = 3500 constant T_tsvector (line 137) | T_tsvector Oid = 3614 constant T_tsquery (line 138) | T_tsquery Oid = 3615 constant T_gtsvector (line 139) | T_gtsvector Oid = 3642 constant T__tsvector (line 140) | T__tsvector Oid = 3643 constant T__gtsvector (line 141) | T__gtsvector Oid = 3644 constant T__tsquery (line 142) | T__tsquery Oid = 3645 constant T_regconfig (line 143) | T_regconfig Oid = 3734 constant T__regconfig (line 144) | T__regconfig Oid = 3735 constant T_regdictionary (line 145) | T_regdictionary Oid = 3769 constant T__regdictionary (line 146) | T__regdictionary Oid = 3770 constant T_anyrange (line 147) | T_anyrange Oid = 3831 constant T_event_trigger (line 148) | T_event_trigger Oid = 3838 constant T_int4range (line 149) | T_int4range Oid = 3904 constant T__int4range (line 150) | T__int4range Oid = 3905 constant T_numrange (line 151) | T_numrange Oid = 3906 constant T__numrange (line 152) | T__numrange Oid = 3907 constant T_tsrange (line 153) | T_tsrange Oid = 3908 constant T__tsrange (line 154) | T__tsrange Oid = 3909 constant T_tstzrange (line 155) | T_tstzrange Oid = 3910 constant T__tstzrange (line 156) | T__tstzrange Oid = 3911 constant T_daterange (line 157) | T_daterange Oid = 3912 constant T__daterange (line 158) | T__daterange Oid = 3913 constant T_int8range (line 159) | T_int8range Oid = 3926 constant T__int8range (line 160) | T__int8range Oid = 3927 FILE: src/github.com/lib/pq/url.go function ParseURL (line 31) | func ParseURL(url string) (string, error) { FILE: src/github.com/lib/pq/user_posix.go function userCurrent (line 12) | func userCurrent() (string, error) { FILE: src/github.com/lib/pq/user_windows.go function userCurrent (line 17) | func userCurrent() (string, error) { FILE: src/github.com/stretchr/testify/_codegen/main.go function main (line 38) | func main() { function generateCode (line 56) | func generateCode(importer imports.Importer, funcs []testFunc) error { function parseTemplates (line 98) | func parseTemplates() (*template.Template, *template.Template, error) { function outputFile (line 117) | func outputFile() (*os.File, error) { function analyzeCode (line 130) | func analyzeCode(scope *types.Scope, docs *doc.Package) (imports.Importe... function parsePackageSource (line 174) | func parsePackageSource(pkg string) (*types.Scope, *doc.Package, error) { type testFunc (line 215) | type testFunc struct method Qualifier (line 221) | func (f *testFunc) Qualifier(p *types.Package) string { method Params (line 228) | func (f *testFunc) Params() string { method ForwardedParams (line 251) | func (f *testFunc) ForwardedParams() string { method ParamsFormat (line 274) | func (f *testFunc) ParamsFormat() string { method ForwardedParamsFormat (line 278) | func (f *testFunc) ForwardedParamsFormat() string { method Comment (line 282) | func (f *testFunc) Comment() string { method CommentFormat (line 286) | func (f *testFunc) CommentFormat() string { method CommentWithoutT (line 294) | func (f *testFunc) CommentWithoutT(receiver string) string { FILE: src/github.com/stretchr/testify/assert/assertion_format.go function Conditionf (line 15) | func Conditionf(t TestingT, comp Comparison, msg string, args ...interfa... function Containsf (line 28) | func Containsf(t TestingT, s interface{}, contains interface{}, msg stri... function DirExistsf (line 36) | func DirExistsf(t TestingT, path string, msg string, args ...interface{}... function ElementsMatchf (line 48) | func ElementsMatchf(t TestingT, listA interface{}, listB interface{}, ms... function Emptyf (line 59) | func Emptyf(t TestingT, object interface{}, msg string, args ...interfac... function Equalf (line 73) | func Equalf(t TestingT, expected interface{}, actual interface{}, msg st... function EqualErrorf (line 85) | func EqualErrorf(t TestingT, theError error, errString string, msg strin... function EqualValuesf (line 96) | func EqualValuesf(t TestingT, expected interface{}, actual interface{}, ... function Errorf (line 109) | func Errorf(t TestingT, err error, msg string, args ...interface{}) bool { function Exactlyf (line 119) | func Exactlyf(t TestingT, expected interface{}, actual interface{}, msg ... function Failf (line 127) | func Failf(t TestingT, failureMessage string, msg string, args ...interf... function FailNowf (line 135) | func FailNowf(t TestingT, failureMessage string, msg string, args ...int... function Falsef (line 145) | func Falsef(t TestingT, value bool, msg string, args ...interface{}) bool { function FileExistsf (line 153) | func FileExistsf(t TestingT, path string, msg string, args ...interface{... function HTTPBodyContainsf (line 166) | func HTTPBodyContainsf(t TestingT, handler http.HandlerFunc, method stri... function HTTPBodyNotContainsf (line 179) | func HTTPBodyNotContainsf(t TestingT, handler http.HandlerFunc, method s... function HTTPErrorf (line 191) | func HTTPErrorf(t TestingT, handler http.HandlerFunc, method string, url... function HTTPRedirectf (line 203) | func HTTPRedirectf(t TestingT, handler http.HandlerFunc, method string, ... function HTTPSuccessf (line 215) | func HTTPSuccessf(t TestingT, handler http.HandlerFunc, method string, u... function Implementsf (line 225) | func Implementsf(t TestingT, interfaceObject interface{}, object interfa... function InDeltaf (line 235) | func InDeltaf(t TestingT, expected interface{}, actual interface{}, delt... function InDeltaMapValuesf (line 243) | func InDeltaMapValuesf(t TestingT, expected interface{}, actual interfac... function InDeltaSlicef (line 251) | func InDeltaSlicef(t TestingT, expected interface{}, actual interface{},... function InEpsilonf (line 259) | func InEpsilonf(t TestingT, expected interface{}, actual interface{}, ep... function InEpsilonSlicef (line 267) | func InEpsilonSlicef(t TestingT, expected interface{}, actual interface{... function IsTypef (line 275) | func IsTypef(t TestingT, expectedType interface{}, object interface{}, m... function JSONEqf (line 285) | func JSONEqf(t TestingT, expected string, actual string, msg string, arg... function Lenf (line 296) | func Lenf(t TestingT, object interface{}, length int, msg string, args .... function Nilf (line 306) | func Nilf(t TestingT, object interface{}, msg string, args ...interface{... function NoErrorf (line 319) | func NoErrorf(t TestingT, err error, msg string, args ...interface{}) bo... function NotContainsf (line 332) | func NotContainsf(t TestingT, s interface{}, contains interface{}, msg s... function NotEmptyf (line 345) | func NotEmptyf(t TestingT, object interface{}, msg string, args ...inter... function NotEqualf (line 358) | func NotEqualf(t TestingT, expected interface{}, actual interface{}, msg... function NotNilf (line 368) | func NotNilf(t TestingT, object interface{}, msg string, args ...interfa... function NotPanicsf (line 378) | func NotPanicsf(t TestingT, f PanicTestFunc, msg string, args ...interfa... function NotRegexpf (line 389) | func NotRegexpf(t TestingT, rx interface{}, str interface{}, msg string,... function NotSubsetf (line 400) | func NotSubsetf(t TestingT, list interface{}, subset interface{}, msg st... function NotZerof (line 408) | func NotZerof(t TestingT, i interface{}, msg string, args ...interface{}... function Panicsf (line 418) | func Panicsf(t TestingT, f PanicTestFunc, msg string, args ...interface{... function PanicsWithValuef (line 429) | func PanicsWithValuef(t TestingT, expected interface{}, f PanicTestFunc,... function Regexpf (line 440) | func Regexpf(t TestingT, rx interface{}, str interface{}, msg string, ar... function Subsetf (line 451) | func Subsetf(t TestingT, list interface{}, subset interface{}, msg strin... function Truef (line 461) | func Truef(t TestingT, value bool, msg string, args ...interface{}) bool { function WithinDurationf (line 471) | func WithinDurationf(t TestingT, expected time.Time, actual time.Time, d... function Zerof (line 479) | func Zerof(t TestingT, i interface{}, msg string, args ...interface{}) b... FILE: src/github.com/stretchr/testify/assert/assertion_forward.go method Condition (line 15) | func (a *Assertions) Condition(comp Comparison, msgAndArgs ...interface{... method Conditionf (line 23) | func (a *Assertions) Conditionf(comp Comparison, msg string, args ...int... method Contains (line 36) | func (a *Assertions) Contains(s interface{}, contains interface{}, msgAn... method Containsf (line 49) | func (a *Assertions) Containsf(s interface{}, contains interface{}, msg ... method DirExists (line 57) | func (a *Assertions) DirExists(path string, msgAndArgs ...interface{}) b... method DirExistsf (line 65) | func (a *Assertions) DirExistsf(path string, msg string, args ...interfa... method ElementsMatch (line 77) | func (a *Assertions) ElementsMatch(listA interface{}, listB interface{},... method ElementsMatchf (line 89) | func (a *Assertions) ElementsMatchf(listA interface{}, listB interface{}... method Empty (line 100) | func (a *Assertions) Empty(object interface{}, msgAndArgs ...interface{}... method Emptyf (line 111) | func (a *Assertions) Emptyf(object interface{}, msg string, args ...inte... method Equal (line 125) | func (a *Assertions) Equal(expected interface{}, actual interface{}, msg... method EqualError (line 137) | func (a *Assertions) EqualError(theError error, errString string, msgAnd... method EqualErrorf (line 149) | func (a *Assertions) EqualErrorf(theError error, errString string, msg s... method EqualValues (line 160) | func (a *Assertions) EqualValues(expected interface{}, actual interface{... method EqualValuesf (line 171) | func (a *Assertions) EqualValuesf(expected interface{}, actual interface... method Equalf (line 185) | func (a *Assertions) Equalf(expected interface{}, actual interface{}, ms... method Error (line 198) | func (a *Assertions) Error(err error, msgAndArgs ...interface{}) bool { method Errorf (line 211) | func (a *Assertions) Errorf(err error, msg string, args ...interface{}) ... method Exactly (line 221) | func (a *Assertions) Exactly(expected interface{}, actual interface{}, m... method Exactlyf (line 231) | func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, ... method Fail (line 239) | func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface... method FailNow (line 247) | func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interf... method FailNowf (line 255) | func (a *Assertions) FailNowf(failureMessage string, msg string, args ..... method Failf (line 263) | func (a *Assertions) Failf(failureMessage string, msg string, args ...in... method False (line 273) | func (a *Assertions) False(value bool, msgAndArgs ...interface{}) bool { method Falsef (line 283) | func (a *Assertions) Falsef(value bool, msg string, args ...interface{})... method FileExists (line 291) | func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) ... method FileExistsf (line 299) | func (a *Assertions) FileExistsf(path string, msg string, args ...interf... method HTTPBodyContains (line 312) | func (a *Assertions) HTTPBodyContains(handler http.HandlerFunc, method s... method HTTPBodyContainsf (line 325) | func (a *Assertions) HTTPBodyContainsf(handler http.HandlerFunc, method ... method HTTPBodyNotContains (line 338) | func (a *Assertions) HTTPBodyNotContains(handler http.HandlerFunc, metho... method HTTPBodyNotContainsf (line 351) | func (a *Assertions) HTTPBodyNotContainsf(handler http.HandlerFunc, meth... method HTTPError (line 363) | func (a *Assertions) HTTPError(handler http.HandlerFunc, method string, ... method HTTPErrorf (line 375) | func (a *Assertions) HTTPErrorf(handler http.HandlerFunc, method string,... method HTTPRedirect (line 387) | func (a *Assertions) HTTPRedirect(handler http.HandlerFunc, method strin... method HTTPRedirectf (line 399) | func (a *Assertions) HTTPRedirectf(handler http.HandlerFunc, method stri... method HTTPSuccess (line 411) | func (a *Assertions) HTTPSuccess(handler http.HandlerFunc, method string... method HTTPSuccessf (line 423) | func (a *Assertions) HTTPSuccessf(handler http.HandlerFunc, method strin... method Implements (line 433) | func (a *Assertions) Implements(interfaceObject interface{}, object inte... method Implementsf (line 443) | func (a *Assertions) Implementsf(interfaceObject interface{}, object int... method InDelta (line 453) | func (a *Assertions) InDelta(expected interface{}, actual interface{}, d... method InDeltaMapValues (line 461) | func (a *Assertions) InDeltaMapValues(expected interface{}, actual inter... method InDeltaMapValuesf (line 469) | func (a *Assertions) InDeltaMapValuesf(expected interface{}, actual inte... method InDeltaSlice (line 477) | func (a *Assertions) InDeltaSlice(expected interface{}, actual interface... method InDeltaSlicef (line 485) | func (a *Assertions) InDeltaSlicef(expected interface{}, actual interfac... method InDeltaf (line 495) | func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, ... method InEpsilon (line 503) | func (a *Assertions) InEpsilon(expected interface{}, actual interface{},... method InEpsilonSlice (line 511) | func (a *Assertions) InEpsilonSlice(expected interface{}, actual interfa... method InEpsilonSlicef (line 519) | func (a *Assertions) InEpsilonSlicef(expected interface{}, actual interf... method InEpsilonf (line 527) | func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}... method IsType (line 535) | func (a *Assertions) IsType(expectedType interface{}, object interface{}... method IsTypef (line 543) | func (a *Assertions) IsTypef(expectedType interface{}, object interface{... method JSONEq (line 553) | func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs .... method JSONEqf (line 563) | func (a *Assertions) JSONEqf(expected string, actual string, msg string,... method Len (line 574) | func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...i... method Lenf (line 585) | func (a *Assertions) Lenf(object interface{}, length int, msg string, ar... method Nil (line 595) | func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) ... method Nilf (line 605) | func (a *Assertions) Nilf(object interface{}, msg string, args ...interf... method NoError (line 618) | func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) bool { method NoErrorf (line 631) | func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}... method NotContains (line 644) | func (a *Assertions) NotContains(s interface{}, contains interface{}, ms... method NotContainsf (line 657) | func (a *Assertions) NotContainsf(s interface{}, contains interface{}, m... method NotEmpty (line 670) | func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interfac... method NotEmptyf (line 683) | func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...i... method NotEqual (line 696) | func (a *Assertions) NotEqual(expected interface{}, actual interface{}, ... method NotEqualf (line 709) | func (a *Assertions) NotEqualf(expected interface{}, actual interface{},... method NotNil (line 719) | func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{... method NotNilf (line 729) | func (a *Assertions) NotNilf(object interface{}, msg string, args ...int... method NotPanics (line 739) | func (a *Assertions) NotPanics(f PanicTestFunc, msgAndArgs ...interface{... method NotPanicsf (line 749) | func (a *Assertions) NotPanicsf(f PanicTestFunc, msg string, args ...int... method NotRegexp (line 760) | func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndAr... method NotRegexpf (line 771) | func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg str... method NotSubset (line 782) | func (a *Assertions) NotSubset(list interface{}, subset interface{}, msg... method NotSubsetf (line 793) | func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, ms... method NotZero (line 801) | func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) b... method NotZerof (line 809) | func (a *Assertions) NotZerof(i interface{}, msg string, args ...interfa... method Panics (line 819) | func (a *Assertions) Panics(f PanicTestFunc, msgAndArgs ...interface{}) ... method PanicsWithValue (line 830) | func (a *Assertions) PanicsWithValue(expected interface{}, f PanicTestFu... method PanicsWithValuef (line 841) | func (a *Assertions) PanicsWithValuef(expected interface{}, f PanicTestF... method Panicsf (line 851) | func (a *Assertions) Panicsf(f PanicTestFunc, msg string, args ...interf... method Regexp (line 862) | func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ... method Regexpf (line 873) | func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string... method Subset (line 884) | func (a *Assertions) Subset(list interface{}, subset interface{}, msgAnd... method Subsetf (line 895) | func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg s... method True (line 905) | func (a *Assertions) True(value bool, msgAndArgs ...interface{}) bool { method Truef (line 915) | func (a *Assertions) Truef(value bool, msg string, args ...interface{}) ... method WithinDuration (line 925) | func (a *Assertions) WithinDuration(expected time.Time, actual time.Time... method WithinDurationf (line 935) | func (a *Assertions) WithinDurationf(expected time.Time, actual time.Tim... method Zero (line 943) | func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) bool { method Zerof (line 951) | func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{... FILE: src/github.com/stretchr/testify/assert/assertions.go type TestingT (line 26) | type TestingT interface type ComparisonAssertionFunc (line 32) | type ComparisonAssertionFunc type ValueAssertionFunc (line 36) | type ValueAssertionFunc type BoolAssertionFunc (line 40) | type BoolAssertionFunc type ErrorAssertionFunc (line 44) | type ErrorAssertionFunc type Comparison (line 47) | type Comparison function ObjectsAreEqual (line 56) | func ObjectsAreEqual(expected, actual interface{}) bool { function ObjectsAreEqualValues (line 76) | func ObjectsAreEqualValues(expected, actual interface{}) bool { function CallerInfo (line 101) | func CallerInfo() []string { function isTest (line 164) | func isTest(name, prefix string) bool { function messageFromMsgAndArgs (line 175) | func messageFromMsgAndArgs(msgAndArgs ...interface{}) string { function indentMessageLines (line 192) | func indentMessageLines(message string, longestLabelLen int) string { type failNower (line 207) | type failNower interface function FailNow (line 212) | func FailNow(t TestingT, failureMessage string, msgAndArgs ...interface{... function Fail (line 233) | func Fail(t TestingT, failureMessage string, msgAndArgs ...interface{}) ... type labeledContent (line 259) | type labeledContent struct function labeledOutput (line 273) | func labeledOutput(content ...labeledContent) string { function Implements (line 290) | func Implements(t TestingT, interfaceObject interface{}, object interfac... function IsType (line 307) | func IsType(t TestingT, expectedType interface{}, object interface{}, ms... function Equal (line 326) | func Equal(t TestingT, expected, actual interface{}, msgAndArgs ...inter... function formatUnequalValues (line 353) | func formatUnequalValues(expected, actual interface{}) (e string, a stri... function EqualValues (line 367) | func EqualValues(t TestingT, expected, actual interface{}, msgAndArgs ..... function Exactly (line 387) | func Exactly(t TestingT, expected, actual interface{}, msgAndArgs ...int... function NotNil (line 406) | func NotNil(t TestingT, object interface{}, msgAndArgs ...interface{}) b... function isNil (line 417) | func isNil(object interface{}) bool { function Nil (line 434) | func Nil(t TestingT, object interface{}, msgAndArgs ...interface{}) bool { function isEmpty (line 445) | func isEmpty(object interface{}) bool { function Empty (line 476) | func Empty(t TestingT, object interface{}, msgAndArgs ...interface{}) bo... function NotEmpty (line 496) | func NotEmpty(t TestingT, object interface{}, msgAndArgs ...interface{})... function getLen (line 512) | func getLen(x interface{}) (ok bool, length int) { function Len (line 526) | func Len(t TestingT, object interface{}, length int, msgAndArgs ...inter... function True (line 544) | func True(t TestingT, value bool, msgAndArgs ...interface{}) bool { function False (line 565) | func False(t TestingT, value bool, msgAndArgs ...interface{}) bool { function NotEqual (line 584) | func NotEqual(t TestingT, expected, actual interface{}, msgAndArgs ...in... function includeElement (line 605) | func includeElement(list interface{}, element interface{}) (ok, found bo... function Contains (line 645) | func Contains(t TestingT, s, contains interface{}, msgAndArgs ...interfa... function NotContains (line 668) | func NotContains(t TestingT, s, contains interface{}, msgAndArgs ...inte... function Subset (line 689) | func Subset(t TestingT, list, subset interface{}, msgAndArgs ...interfac... function NotSubset (line 733) | func NotSubset(t TestingT, list, subset interface{}, msgAndArgs ...inter... function ElementsMatch (line 778) | func ElementsMatch(t TestingT, listA, listB interface{}, msgAndArgs ...i... function Condition (line 831) | func Condition(t TestingT, comp Comparison, msgAndArgs ...interface{}) b... type PanicTestFunc (line 844) | type PanicTestFunc function didPanic (line 847) | func didPanic(f PanicTestFunc) (bool, interface{}) { function Panics (line 871) | func Panics(t TestingT, f PanicTestFunc, msgAndArgs ...interface{}) bool { function PanicsWithValue (line 887) | func PanicsWithValue(t TestingT, expected interface{}, f PanicTestFunc, ... function NotPanics (line 906) | func NotPanics(t TestingT, f PanicTestFunc, msgAndArgs ...interface{}) b... function WithinDuration (line 921) | func WithinDuration(t TestingT, expected, actual time.Time, delta time.D... function toFloat (line 934) | func toFloat(x interface{}) (float64, bool) { function InDelta (line 973) | func InDelta(t TestingT, expected, actual interface{}, delta float64, ms... function InDeltaSlice (line 1002) | func InDeltaSlice(t TestingT, expected, actual interface{}, delta float6... function InDeltaMapValues (line 1026) | func InDeltaMapValues(t TestingT, expected, actual interface{}, delta fl... function calcRelativeError (line 1069) | func calcRelativeError(expected, actual interface{}) (float64, error) { function InEpsilon (line 1086) | func InEpsilon(t TestingT, expected, actual interface{}, epsilon float64... function InEpsilonSlice (line 1103) | func InEpsilonSlice(t TestingT, expected, actual interface{}, epsilon fl... function NoError (line 1136) | func NoError(t TestingT, err error, msgAndArgs ...interface{}) bool { function Error (line 1153) | func Error(t TestingT, err error, msgAndArgs ...interface{}) bool { function EqualError (line 1170) | func EqualError(t TestingT, theError error, errString string, msgAndArgs... function matchRegexp (line 1189) | func matchRegexp(rx interface{}, str interface{}) bool { function Regexp (line 1206) | func Regexp(t TestingT, rx interface{}, str interface{}, msgAndArgs ...i... function NotRegexp (line 1224) | func NotRegexp(t TestingT, rx interface{}, str interface{}, msgAndArgs .... function Zero (line 1239) | func Zero(t TestingT, i interface{}, msgAndArgs ...interface{}) bool { function NotZero (line 1250) | func NotZero(t TestingT, i interface{}, msgAndArgs ...interface{}) bool { function FileExists (line 1261) | func FileExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function DirExists (line 1279) | func DirExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function JSONEq (line 1299) | func JSONEq(t TestingT, expected string, actual string, msgAndArgs ...in... function typeAndKind (line 1316) | func typeAndKind(v interface{}) (reflect.Type, reflect.Kind) { function diff (line 1329) | func diff(expected interface{}, actual interface{}) string { function validateEqualArgs (line 1363) | func validateEqualArgs(expected, actual interface{}) error { function isFunction (line 1370) | func isFunction(arg interface{}) bool { type tHelper (line 1384) | type tHelper interface FILE: src/github.com/stretchr/testify/assert/assertions_test.go type AssertionTesterInterface (line 87) | type AssertionTesterInterface interface type AssertionTesterConformingObject (line 92) | type AssertionTesterConformingObject struct method TestMethod (line 95) | func (a *AssertionTesterConformingObject) TestMethod() { type AssertionTesterNonConformingObject (line 99) | type AssertionTesterNonConformingObject struct function TestObjectsAreEqual (line 102) | func TestObjectsAreEqual(t *testing.T) { function TestImplements (line 149) | func TestImplements(t *testing.T) { function TestIsType (line 165) | func TestIsType(t *testing.T) { function TestEqual (line 178) | func TestEqual(t *testing.T) { type bufferT (line 214) | type bufferT struct method Errorf (line 218) | func (t *bufferT) Errorf(format string, args ...interface{}) { function TestEqualFormatting (line 254) | func TestEqualFormatting(t *testing.T) { function TestFormatUnequalValues (line 270) | func TestFormatUnequalValues(t *testing.T) { function TestNotNil (line 296) | func TestNotNil(t *testing.T) { function TestNil (line 312) | func TestNil(t *testing.T) { function TestTrue (line 328) | func TestTrue(t *testing.T) { function TestFalse (line 341) | func TestFalse(t *testing.T) { function TestExactly (line 354) | func TestExactly(t *testing.T) { function TestNotEqual (line 382) | func TestNotEqual(t *testing.T) { type A (line 427) | type A struct function TestContains (line 431) | func TestContains(t *testing.T) { function TestNotContains (line 473) | func TestNotContains(t *testing.T) { function TestSubset (line 500) | func TestSubset(t *testing.T) { function TestNotSubset (line 530) | func TestNotSubset(t *testing.T) { function TestNotSubsetNil (line 560) | func TestNotSubsetNil(t *testing.T) { function Test_includeElement (line 568) | func Test_includeElement(t *testing.T) { function TestElementsMatch (line 619) | func TestElementsMatch(t *testing.T) { function TestCondition (line 670) | func TestCondition(t *testing.T) { function TestDidPanic (line 683) | func TestDidPanic(t *testing.T) { function TestPanics (line 698) | func TestPanics(t *testing.T) { function TestPanicsWithValue (line 715) | func TestPanicsWithValue(t *testing.T) { function TestNotPanics (line 737) | func TestNotPanics(t *testing.T) { function TestNoError (line 754) | func TestNoError(t *testing.T) { type customError (line 784) | type customError struct method Error (line 786) | func (*customError) Error() string { return "fail" } function TestError (line 788) | func TestError(t *testing.T) { function TestEqualError (line 821) | func TestEqualError(t *testing.T) { function Test_isEmpty (line 837) | func Test_isEmpty(t *testing.T) { function TestEmpty (line 863) | func TestEmpty(t *testing.T) { function TestNotEmpty (line 907) | func TestNotEmpty(t *testing.T) { function Test_getLen (line 928) | func Test_getLen(t *testing.T) { function TestLen (line 973) | func TestLen(t *testing.T) { function TestWithinDuration (line 1035) | func TestWithinDuration(t *testing.T) { function TestInDelta (line 1054) | func TestInDelta(t *testing.T) { function TestInDeltaSlice (line 1090) | func TestInDeltaSlice(t *testing.T) { function TestInDeltaMapValues (line 1111) | func TestInDeltaMapValues(t *testing.T) { function TestInEpsilon (line 1187) | func TestInEpsilon(t *testing.T) { function TestInEpsilonSlice (line 1230) | func TestInEpsilonSlice(t *testing.T) { function TestRegexp (line 1246) | func TestRegexp(t *testing.T) { function testAutogeneratedFunction (line 1280) | func testAutogeneratedFunction() { function TestCallerInfoWithAutogeneratedFunctions (line 1295) | func TestCallerInfoWithAutogeneratedFunctions(t *testing.T) { function TestZero (line 1301) | func TestZero(t *testing.T) { function TestNotZero (line 1313) | func TestNotZero(t *testing.T) { function TestFileExists (line 1325) | func TestFileExists(t *testing.T) { function TestDirExists (line 1336) | func TestDirExists(t *testing.T) { function TestJSONEq_EqualSONString (line 1347) | func TestJSONEq_EqualSONString(t *testing.T) { function TestJSONEq_EquivalentButNotEqual (line 1352) | func TestJSONEq_EquivalentButNotEqual(t *testing.T) { function TestJSONEq_HashOfArraysAndHashes (line 1357) | func TestJSONEq_HashOfArraysAndHashes(t *testing.T) { function TestJSONEq_Array (line 1363) | func TestJSONEq_Array(t *testing.T) { function TestJSONEq_HashAndArrayNotEquivalent (line 1368) | func TestJSONEq_HashAndArrayNotEquivalent(t *testing.T) { function TestJSONEq_HashesNotEquivalent (line 1373) | func TestJSONEq_HashesNotEquivalent(t *testing.T) { function TestJSONEq_ActualIsNotJSON (line 1378) | func TestJSONEq_ActualIsNotJSON(t *testing.T) { function TestJSONEq_ExpectedIsNotJSON (line 1383) | func TestJSONEq_ExpectedIsNotJSON(t *testing.T) { function TestJSONEq_ExpectedAndActualNotJSON (line 1388) | func TestJSONEq_ExpectedAndActualNotJSON(t *testing.T) { function TestJSONEq_ArraysOfDifferentOrder (line 1393) | func TestJSONEq_ArraysOfDifferentOrder(t *testing.T) { function TestDiff (line 1398) | func TestDiff(t *testing.T) { function TestDiffEmptyCases (line 1479) | func TestDiffEmptyCases(t *testing.T) { function TestDiffRace (line 1489) | func TestDiffRace(t *testing.T) { type mockTestingT (line 1522) | type mockTestingT struct method Errorf (line 1525) | func (m *mockTestingT) Errorf(format string, args ...interface{}) {} function TestFailNowWithPlainTestingT (line 1527) | func TestFailNowWithPlainTestingT(t *testing.T) { type mockFailNowTestingT (line 1535) | type mockFailNowTestingT struct method Errorf (line 1538) | func (m *mockFailNowTestingT) Errorf(format string, args ...interface{... method FailNow (line 1540) | func (m *mockFailNowTestingT) FailNow() {} function TestFailNowWithFullTestingT (line 1542) | func TestFailNowWithFullTestingT(t *testing.T) { function TestBytesEqual (line 1550) | func TestBytesEqual(t *testing.T) { function BenchmarkBytesEqual (line 1563) | func BenchmarkBytesEqual(b *testing.B) { function TestEqualArgsValidation (line 1579) | func TestEqualArgsValidation(t *testing.T) { function ExampleComparisonAssertionFunc (line 1584) | func ExampleComparisonAssertionFunc() { function TestComparisonAssertionFunc (line 1614) | func TestComparisonAssertionFunc(t *testing.T) { function ExampleValueAssertionFunc (line 1646) | func ExampleValueAssertionFunc() { function TestValueAssertionFunc (line 1674) | func TestValueAssertionFunc(t *testing.T) { function ExampleBoolAssertionFunc (line 1695) | func ExampleBoolAssertionFunc() { function TestBoolAssertionFunc (line 1720) | func TestBoolAssertionFunc(t *testing.T) { function ExampleErrorAssertionFunc (line 1737) | func ExampleErrorAssertionFunc() { function TestErrorAssertionFunc (line 1763) | func TestErrorAssertionFunc(t *testing.T) { FILE: src/github.com/stretchr/testify/assert/forward_assertions.go type Assertions (line 5) | type Assertions struct function New (line 10) | func New(t TestingT) *Assertions { FILE: src/github.com/stretchr/testify/assert/forward_assertions_test.go function TestImplementsWrapper (line 10) | func TestImplementsWrapper(t *testing.T) { function TestIsTypeWrapper (line 21) | func TestIsTypeWrapper(t *testing.T) { function TestEqualWrapper (line 33) | func TestEqualWrapper(t *testing.T) { function TestEqualValuesWrapper (line 53) | func TestEqualValuesWrapper(t *testing.T) { function TestNotNilWrapper (line 61) | func TestNotNilWrapper(t *testing.T) { function TestNilWrapper (line 73) | func TestNilWrapper(t *testing.T) { function TestTrueWrapper (line 85) | func TestTrueWrapper(t *testing.T) { function TestFalseWrapper (line 97) | func TestFalseWrapper(t *testing.T) { function TestExactlyWrapper (line 109) | func TestExactlyWrapper(t *testing.T) { function TestNotEqualWrapper (line 136) | func TestNotEqualWrapper(t *testing.T) { function TestContainsWrapper (line 157) | func TestContainsWrapper(t *testing.T) { function TestNotContainsWrapper (line 178) | func TestNotContainsWrapper(t *testing.T) { function TestConditionWrapper (line 199) | func TestConditionWrapper(t *testing.T) { function TestDidPanicWrapper (line 213) | func TestDidPanicWrapper(t *testing.T) { function TestPanicsWrapper (line 228) | func TestPanicsWrapper(t *testing.T) { function TestNotPanicsWrapper (line 245) | func TestNotPanicsWrapper(t *testing.T) { function TestNoErrorWrapper (line 262) | func TestNoErrorWrapper(t *testing.T) { function TestErrorWrapper (line 278) | func TestErrorWrapper(t *testing.T) { function TestEqualErrorWrapper (line 294) | func TestEqualErrorWrapper(t *testing.T) { function TestEmptyWrapper (line 311) | func TestEmptyWrapper(t *testing.T) { function TestNotEmptyWrapper (line 329) | func TestNotEmptyWrapper(t *testing.T) { function TestLenWrapper (line 347) | func TestLenWrapper(t *testing.T) { function TestWithinDurationWrapper (line 387) | func TestWithinDurationWrapper(t *testing.T) { function TestInDeltaWrapper (line 406) | func TestInDeltaWrapper(t *testing.T) { function TestInEpsilonWrapper (line 440) | func TestInEpsilonWrapper(t *testing.T) { function TestRegexpWrapper (line 478) | func TestRegexpWrapper(t *testing.T) { function TestZeroWrapper (line 513) | func TestZeroWrapper(t *testing.T) { function TestNotZeroWrapper (line 526) | func TestNotZeroWrapper(t *testing.T) { function TestJSONEqWrapper_EqualSONString (line 539) | func TestJSONEqWrapper_EqualSONString(t *testing.T) { function TestJSONEqWrapper_EquivalentButNotEqual (line 547) | func TestJSONEqWrapper_EquivalentButNotEqual(t *testing.T) { function TestJSONEqWrapper_HashOfArraysAndHashes (line 555) | func TestJSONEqWrapper_HashOfArraysAndHashes(t *testing.T) { function TestJSONEqWrapper_Array (line 563) | func TestJSONEqWrapper_Array(t *testing.T) { function TestJSONEqWrapper_HashAndArrayNotEquivalent (line 571) | func TestJSONEqWrapper_HashAndArrayNotEquivalent(t *testing.T) { function TestJSONEqWrapper_HashesNotEquivalent (line 578) | func TestJSONEqWrapper_HashesNotEquivalent(t *testing.T) { function TestJSONEqWrapper_ActualIsNotJSON (line 585) | func TestJSONEqWrapper_ActualIsNotJSON(t *testing.T) { function TestJSONEqWrapper_ExpectedIsNotJSON (line 592) | func TestJSONEqWrapper_ExpectedIsNotJSON(t *testing.T) { function TestJSONEqWrapper_ExpectedAndActualNotJSON (line 599) | func TestJSONEqWrapper_ExpectedAndActualNotJSON(t *testing.T) { function TestJSONEqWrapper_ArraysOfDifferentOrder (line 606) | func TestJSONEqWrapper_ArraysOfDifferentOrder(t *testing.T) { FILE: src/github.com/stretchr/testify/assert/http_assertions.go function httpCode (line 13) | func httpCode(handler http.HandlerFunc, method, url string, values url.V... function HTTPSuccess (line 29) | func HTTPSuccess(t TestingT, handler http.HandlerFunc, method, url strin... function HTTPRedirect (line 52) | func HTTPRedirect(t TestingT, handler http.HandlerFunc, method, url stri... function HTTPError (line 75) | func HTTPError(t TestingT, handler http.HandlerFunc, method, url string,... function HTTPBody (line 95) | func HTTPBody(handler http.HandlerFunc, method, url string, values url.V... function HTTPBodyContains (line 111) | func HTTPBodyContains(t TestingT, handler http.HandlerFunc, method, url ... function HTTPBodyNotContains (line 131) | func HTTPBodyNotContains(t TestingT, handler http.HandlerFunc, method, u... FILE: src/github.com/stretchr/testify/assert/http_assertions_test.go function httpOK (line 10) | func httpOK(w http.ResponseWriter, r *http.Request) { function httpRedirect (line 14) | func httpRedirect(w http.ResponseWriter, r *http.Request) { function httpError (line 18) | func httpError(w http.ResponseWriter, r *http.Request) { function TestHTTPSuccess (line 22) | func TestHTTPSuccess(t *testing.T) { function TestHTTPRedirect (line 38) | func TestHTTPRedirect(t *testing.T) { function TestHTTPError (line 54) | func TestHTTPError(t *testing.T) { function TestHTTPStatusesWrapper (line 70) | func TestHTTPStatusesWrapper(t *testing.T) { function httpHelloName (line 87) | func httpHelloName(w http.ResponseWriter, r *http.Request) { function TestHTTPRequestWithNoParams (line 92) | func TestHTTPRequestWithNoParams(t *testing.T) { function TestHTTPRequestWithParams (line 105) | func TestHTTPRequestWithParams(t *testing.T) { function TestHttpBody (line 121) | func TestHttpBody(t *testing.T) { function TestHttpBodyWrappers (line 134) | func TestHttpBodyWrappers(t *testing.T) { FILE: src/github.com/stretchr/testify/http/test_response_writer.go type TestResponseWriter (line 8) | type TestResponseWriter struct method Header (line 21) | func (rw *TestResponseWriter) Header() http.Header { method Write (line 31) | func (rw *TestResponseWriter) Write(bytes []byte) (int, error) { method WriteHeader (line 47) | func (rw *TestResponseWriter) WriteHeader(i int) { FILE: src/github.com/stretchr/testify/http/test_round_tripper.go type TestRoundTripper (line 9) | type TestRoundTripper struct method RoundTrip (line 14) | func (t *TestRoundTripper) RoundTrip(req *http.Request) (*http.Respons... FILE: src/github.com/stretchr/testify/mock/mock.go type TestingT (line 20) | type TestingT interface type Call (line 32) | type Call struct method lock (line 83) | func (c *Call) lock() { method unlock (line 87) | func (c *Call) unlock() { method Return (line 94) | func (c *Call) Return(returnArguments ...interface{}) *Call { method Once (line 106) | func (c *Call) Once() *Call { method Twice (line 113) | func (c *Call) Twice() *Call { method Times (line 121) | func (c *Call) Times(i int) *Call { method WaitUntil (line 132) | func (c *Call) WaitUntil(w <-chan time.Time) *Call { method After (line 142) | func (c *Call) After(d time.Duration) *Call { method Run (line 157) | func (c *Call) Run(fn func(args Arguments)) *Call { method Maybe (line 166) | func (c *Call) Maybe() *Call { method On (line 179) | func (c *Call) On(methodName string, arguments ...interface{}) *Call { function newCall (line 70) | func newCall(parent *Mock, methodName string, callerInfo []string, metho... type Mock (line 186) | type Mock struct method TestData (line 207) | func (m *Mock) TestData() objx.Map { method Test (line 221) | func (m *Mock) Test(t TestingT) { method fail (line 230) | func (m *Mock) fail(format string, args ...interface{}) { method On (line 245) | func (m *Mock) On(methodName string, arguments ...interface{}) *Call { method findExpectedCall (line 263) | func (m *Mock) findExpectedCall(method string, arguments ...interface{... method findClosestCall (line 277) | func (m *Mock) findClosestCall(method string, arguments ...interface{}... method Called (line 316) | func (m *Mock) Called(arguments ...interface{}) Arguments { method MethodCalled (line 340) | func (m *Mock) MethodCalled(methodName string, arguments ...interface{... method AssertExpectations (line 433) | func (m *Mock) AssertExpectations(t TestingT) bool { method AssertNumberOfCalls (line 468) | func (m *Mock) AssertNumberOfCalls(t TestingT, methodName string, expe... method AssertCalled (line 485) | func (m *Mock) AssertCalled(t TestingT, methodName string, arguments .... method AssertNotCalled (line 508) | func (m *Mock) AssertNotCalled(t TestingT, methodName string, argument... method methodWasCalled (line 521) | func (m *Mock) methodWasCalled(methodName string, expected []interface... method expectedCalls (line 538) | func (m *Mock) expectedCalls() []*Call { method calls (line 542) | func (m *Mock) calls() []Call { function callString (line 298) | func callString(method string, arguments Arguments, includeArgumentValue... type assertExpectationser (line 405) | type assertExpectationser interface function AssertExpectationsForObjects (line 413) | func AssertExpectationsForObjects(t TestingT, testObjects ...interface{}... type Arguments (line 551) | type Arguments method Get (line 637) | func (args Arguments) Get(index int) interface{} { method Is (line 645) | func (args Arguments) Is(objects ...interface{}) bool { method Diff (line 658) | func (args Arguments) Diff(objects []interface{}) (string, int) { method Assert (line 726) | func (args Arguments) Assert(t TestingT, objects ...interface{}) bool { method String (line 751) | func (args Arguments) String(indexOrNil ...int) string { method Int (line 777) | func (args Arguments) Int(index int) int { method Error (line 788) | func (args Arguments) Error(index int) error { method Bool (line 803) | func (args Arguments) Bool(index int) bool { constant Anything (line 556) | Anything = "mock.Anything" type AnythingOfTypeArgument (line 561) | type AnythingOfTypeArgument function AnythingOfType (line 568) | func AnythingOfType(t string) AnythingOfTypeArgument { type argumentMatcher (line 574) | type argumentMatcher struct method Matches (line 579) | func (f argumentMatcher) Matches(argument interface{}) bool { method String (line 605) | func (f argumentMatcher) String() string { function MatchedBy (line 620) | func MatchedBy(fn interface{}) argumentMatcher { function typeAndKind (line 812) | func typeAndKind(v interface{}) (reflect.Type, reflect.Kind) { function diffArguments (line 823) | func diffArguments(expected Arguments, actual Arguments) string { function diff (line 839) | func diff(expected interface{}, actual interface{}) string { type tHelper (line 878) | type tHelper interface FILE: src/github.com/stretchr/testify/mock/mock_test.go type ExampleInterface (line 21) | type ExampleInterface interface type TestExampleImplementation (line 26) | type TestExampleImplementation struct method TheExampleMethod (line 30) | func (i *TestExampleImplementation) TheExampleMethod(a, b, c int) (int... method TheExampleMethod2 (line 35) | func (i *TestExampleImplementation) TheExampleMethod2(yesorno bool) { method TheExampleMethod3 (line 43) | func (i *TestExampleImplementation) TheExampleMethod3(et *ExampleType)... method TheExampleMethod4 (line 48) | func (i *TestExampleImplementation) TheExampleMethod4(v ExampleInterfa... method TheExampleMethod5 (line 53) | func (i *TestExampleImplementation) TheExampleMethod5(ch chan struct{}... method TheExampleMethod6 (line 58) | func (i *TestExampleImplementation) TheExampleMethod6(m map[string]boo... method TheExampleMethod7 (line 63) | func (i *TestExampleImplementation) TheExampleMethod7(slice []bool) er... method TheExampleMethodFunc (line 68) | func (i *TestExampleImplementation) TheExampleMethodFunc(fn func(strin... method TheExampleMethodVariadic (line 73) | func (i *TestExampleImplementation) TheExampleMethodVariadic(a ...int)... method TheExampleMethodVariadicInterface (line 78) | func (i *TestExampleImplementation) TheExampleMethodVariadicInterface(... method TheExampleMethodMixedVariadic (line 83) | func (i *TestExampleImplementation) TheExampleMethodMixedVariadic(a in... method TheExampleMethodFuncType (line 90) | func (i *TestExampleImplementation) TheExampleMethodFuncType(fn Exampl... type ExampleType (line 39) | type ExampleType struct type ExampleFuncType (line 88) | type ExampleFuncType type MockTestingT (line 96) | type MockTestingT struct method Logf (line 102) | func (m *MockTestingT) Logf(string, ...interface{}) { method Errorf (line 106) | func (m *MockTestingT) Errorf(string, ...interface{}) { method FailNow (line 116) | func (m *MockTestingT) FailNow() { constant mockTestingTFailNowCalled (line 100) | mockTestingTFailNowCalled = "FailNow was called" function Test_Mock_TestData (line 127) | func Test_Mock_TestData(t *testing.T) { function Test_Mock_On (line 138) | func Test_Mock_On(t *testing.T) { function Test_Mock_Chained_On (line 148) | func Test_Mock_Chained_On(t *testing.T) { function Test_Mock_On_WithArgs (line 179) | func Test_Mock_On_WithArgs(t *testing.T) { function Test_Mock_On_WithFuncArg (line 191) | func Test_Mock_On_WithFuncArg(t *testing.T) { function Test_Mock_On_WithIntArgMatcher (line 212) | func Test_Mock_On_WithIntArgMatcher(t *testing.T) { function TestMock_WithTest (line 235) | func TestMock_WithTest(t *testing.T) { function Test_Mock_On_WithPtrArgMatcher (line 263) | func Test_Mock_On_WithPtrArgMatcher(t *testing.T) { function Test_Mock_On_WithFuncArgMatcher (line 283) | func Test_Mock_On_WithFuncArgMatcher(t *testing.T) { function Test_Mock_On_WithInterfaceArgMatcher (line 307) | func Test_Mock_On_WithInterfaceArgMatcher(t *testing.T) { function Test_Mock_On_WithChannelArgMatcher (line 317) | func Test_Mock_On_WithChannelArgMatcher(t *testing.T) { function Test_Mock_On_WithMapArgMatcher (line 327) | func Test_Mock_On_WithMapArgMatcher(t *testing.T) { function Test_Mock_On_WithSliceArgMatcher (line 337) | func Test_Mock_On_WithSliceArgMatcher(t *testing.T) { function Test_Mock_On_WithVariadicFunc (line 347) | func Test_Mock_On_WithVariadicFunc(t *testing.T) { function Test_Mock_On_WithMixedVariadicFunc (line 369) | func Test_Mock_On_WithMixedVariadicFunc(t *testing.T) { function Test_Mock_On_WithVariadicFuncWithInterface (line 392) | func Test_Mock_On_WithVariadicFuncWithInterface(t *testing.T) { function Test_Mock_On_WithVariadicFuncWithEmptyInterfaceArray (line 413) | func Test_Mock_On_WithVariadicFuncWithEmptyInterfaceArray(t *testing.T) { function Test_Mock_On_WithFuncPanics (line 436) | func Test_Mock_On_WithFuncPanics(t *testing.T) { function Test_Mock_On_WithFuncTypeArg (line 445) | func Test_Mock_On_WithFuncTypeArg(t *testing.T) { function Test_Mock_Return (line 464) | func Test_Mock_Return(t *testing.T) { function Test_Mock_Return_WaitUntil (line 488) | func Test_Mock_Return_WaitUntil(t *testing.T) { function Test_Mock_Return_After (line 515) | func Test_Mock_Return_After(t *testing.T) { function Test_Mock_Return_Run (line 541) | func Test_Mock_Return_Run(t *testing.T) { function Test_Mock_Return_Run_Out_Of_Order (line 573) | func Test_Mock_Return_Run_Out_Of_Order(t *testing.T) { function Test_Mock_Return_Once (line 598) | func Test_Mock_Return_Once(t *testing.T) { function Test_Mock_Return_Twice (line 622) | func Test_Mock_Return_Twice(t *testing.T) { function Test_Mock_Return_Times (line 647) | func Test_Mock_Return_Times(t *testing.T) { function Test_Mock_Return_Nothing (line 672) | func Test_Mock_Return_Nothing(t *testing.T) { function Test_Mock_findExpectedCall (line 692) | func Test_Mock_findExpectedCall(t *testing.T) { function Test_Mock_findExpectedCall_For_Unknown_Method (line 711) | func Test_Mock_findExpectedCall_For_Unknown_Method(t *testing.T) { function Test_Mock_findExpectedCall_Respects_Repeatability (line 724) | func Test_Mock_findExpectedCall_Respects_Repeatability(t *testing.T) { function Test_callString (line 744) | func Test_callString(t *testing.T) { function Test_Mock_Called (line 750) | func Test_Mock_Called(t *testing.T) { function asyncCall (line 773) | func asyncCall(m *Mock, ch chan Arguments) { function Test_Mock_Called_blocks (line 777) | func Test_Mock_Called_blocks(t *testing.T) { function Test_Mock_Called_For_Bounded_Repeatability (line 810) | func Test_Mock_Called_For_Bounded_Repeatability(t *testing.T) { function Test_Mock_Called_For_SetTime_Expectation (line 851) | func Test_Mock_Called_For_SetTime_Expectation(t *testing.T) { function Test_Mock_Called_Unexpected (line 867) | func Test_Mock_Called_Unexpected(t *testing.T) { function Test_AssertExpectationsForObjects_Helper (line 878) | func Test_AssertExpectationsForObjects_Helper(t *testing.T) { function Test_AssertExpectationsForObjects_Helper_Failed (line 897) | func Test_AssertExpectationsForObjects_Helper_Failed(t *testing.T) { function Test_Mock_AssertExpectations (line 916) | func Test_Mock_AssertExpectations(t *testing.T) { function Test_Mock_AssertExpectations_Placeholder_NoArgs (line 933) | func Test_Mock_AssertExpectations_Placeholder_NoArgs(t *testing.T) { function Test_Mock_AssertExpectations_Placeholder (line 951) | func Test_Mock_AssertExpectations_Placeholder(t *testing.T) { function Test_Mock_AssertExpectations_With_Pointers (line 974) | func Test_Mock_AssertExpectations_With_Pointers(t *testing.T) { function Test_Mock_AssertExpectationsCustomType (line 995) | func Test_Mock_AssertExpectationsCustomType(t *testing.T) { function Test_Mock_AssertExpectations_With_Repeatability (line 1012) | func Test_Mock_AssertExpectations_With_Repeatability(t *testing.T) { function Test_Mock_TwoCallsWithDifferentArguments (line 1033) | func Test_Mock_TwoCallsWithDifferentArguments(t *testing.T) { function Test_Mock_AssertNumberOfCalls (line 1052) | func Test_Mock_AssertNumberOfCalls(t *testing.T) { function Test_Mock_AssertCalled (line 1066) | func Test_Mock_AssertCalled(t *testing.T) { function Test_Mock_AssertCalled_WithAnythingOfTypeArgument (line 1078) | func Test_Mock_AssertCalled_WithAnythingOfTypeArgument(t *testing.T) { function Test_Mock_AssertCalled_WithArguments (line 1092) | func Test_Mock_AssertCalled_WithArguments(t *testing.T) { function Test_Mock_AssertCalled_WithArguments_With_Repeatability (line 1106) | func Test_Mock_AssertCalled_WithArguments_With_Repeatability(t *testing.... function Test_Mock_AssertNotCalled (line 1123) | func Test_Mock_AssertNotCalled(t *testing.T) { function Test_Mock_AssertOptional (line 1135) | func Test_Mock_AssertOptional(t *testing.T) { function Test_Arguments_Get (line 1163) | func Test_Arguments_Get(t *testing.T) { function Test_Arguments_Is (line 1173) | func Test_Arguments_Is(t *testing.T) { function Test_Arguments_Diff (line 1182) | func Test_Arguments_Diff(t *testing.T) { function Test_Arguments_Diff_DifferentNumberOfArgs (line 1195) | func Test_Arguments_Diff_DifferentNumberOfArgs(t *testing.T) { function Test_Arguments_Diff_WithAnythingArgument (line 1207) | func Test_Arguments_Diff_WithAnythingArgument(t *testing.T) { function Test_Arguments_Diff_WithAnythingArgument_InActualToo (line 1217) | func Test_Arguments_Diff_WithAnythingArgument_InActualToo(t *testing.T) { function Test_Arguments_Diff_WithAnythingOfTypeArgument (line 1227) | func Test_Arguments_Diff_WithAnythingOfTypeArgument(t *testing.T) { function Test_Arguments_Diff_WithAnythingOfTypeArgument_Failing (line 1237) | func Test_Arguments_Diff_WithAnythingOfTypeArgument_Failing(t *testing.T) { function Test_Arguments_Diff_WithArgMatcher (line 1249) | func Test_Arguments_Diff_WithArgMatcher(t *testing.T) { function Test_Arguments_Assert (line 1271) | func Test_Arguments_Assert(t *testing.T) { function Test_Arguments_String_Representation (line 1279) | func Test_Arguments_String_Representation(t *testing.T) { function Test_Arguments_String (line 1286) | func Test_Arguments_String(t *testing.T) { function Test_Arguments_Error (line 1293) | func Test_Arguments_Error(t *testing.T) { function Test_Arguments_Error_Nil (line 1301) | func Test_Arguments_Error_Nil(t *testing.T) { function Test_Arguments_Int (line 1308) | func Test_Arguments_Int(t *testing.T) { function Test_Arguments_Bool (line 1315) | func Test_Arguments_Bool(t *testing.T) { function Test_WaitUntil_Parallel (line 1322) | func Test_WaitUntil_Parallel(t *testing.T) { function Test_MockMethodCalled (line 1348) | func Test_MockMethodCalled(t *testing.T) { function Test_MockReturnAndCalledConcurrent (line 1359) | func Test_MockReturnAndCalledConcurrent(t *testing.T) { type timer (line 1382) | type timer struct method GetTime (line 1384) | func (s *timer) GetTime(i int) string { type tCustomLogger (line 1388) | type tCustomLogger struct method Logf (line 1394) | func (tc *tCustomLogger) Logf(format string, args ...interface{}) { method Errorf (line 1399) | func (tc *tCustomLogger) Errorf(format string, args ...interface{}) { method FailNow (line 1403) | func (tc *tCustomLogger) FailNow() {} function TestLoggingAssertExpectations (line 1405) | func TestLoggingAssertExpectations(t *testing.T) { function TestAfterTotalWaitTimeWhileExecution (line 1419) | func TestAfterTotalWaitTimeWhileExecution(t *testing.T) { function TestArgumentMatcherToPrintMismatch (line 1443) | func TestArgumentMatcherToPrintMismatch(t *testing.T) { function TestClosestCallMismatchedArgumentInformationShowsTheClosest (line 1460) | func TestClosestCallMismatchedArgumentInformationShowsTheClosest(t *test... function TestClosestCallMismatchedArgumentValueInformation (line 1475) | func TestClosestCallMismatchedArgumentValueInformation(t *testing.T) { function unexpectedCallRegex (line 1489) | func unexpectedCallRegex(method, calledArg, expectedArg, diff string) st... function ConcurrencyTestMethod (line 1495) | func ConcurrencyTestMethod(m *Mock) { FILE: src/github.com/stretchr/testify/package_test.go function TestImports (line 8) | func TestImports(t *testing.T) { FILE: src/github.com/stretchr/testify/require/forward_requirements.go type Assertions (line 5) | type Assertions struct function New (line 10) | func New(t TestingT) *Assertions { FILE: src/github.com/stretchr/testify/require/forward_requirements_test.go function TestImplementsWrapper (line 9) | func TestImplementsWrapper(t *testing.T) { function TestIsTypeWrapper (line 22) | func TestIsTypeWrapper(t *testing.T) { function TestEqualWrapper (line 34) | func TestEqualWrapper(t *testing.T) { function TestNotEqualWrapper (line 46) | func TestNotEqualWrapper(t *testing.T) { function TestExactlyWrapper (line 58) | func TestExactlyWrapper(t *testing.T) { function TestNotNilWrapper (line 75) | func TestNotNilWrapper(t *testing.T) { function TestNilWrapper (line 87) | func TestNilWrapper(t *testing.T) { function TestTrueWrapper (line 99) | func TestTrueWrapper(t *testing.T) { function TestFalseWrapper (line 111) | func TestFalseWrapper(t *testing.T) { function TestContainsWrapper (line 123) | func TestContainsWrapper(t *testing.T) { function TestNotContainsWrapper (line 135) | func TestNotContainsWrapper(t *testing.T) { function TestPanicsWrapper (line 147) | func TestPanicsWrapper(t *testing.T) { function TestNotPanicsWrapper (line 161) | func TestNotPanicsWrapper(t *testing.T) { function TestNoErrorWrapper (line 175) | func TestNoErrorWrapper(t *testing.T) { function TestErrorWrapper (line 187) | func TestErrorWrapper(t *testing.T) { function TestEqualErrorWrapper (line 199) | func TestEqualErrorWrapper(t *testing.T) { function TestEmptyWrapper (line 211) | func TestEmptyWrapper(t *testing.T) { function TestNotEmptyWrapper (line 223) | func TestNotEmptyWrapper(t *testing.T) { function TestWithinDurationWrapper (line 235) | func TestWithinDurationWrapper(t *testing.T) { function TestInDeltaWrapper (line 250) | func TestInDeltaWrapper(t *testing.T) { function TestZeroWrapper (line 262) | func TestZeroWrapper(t *testing.T) { function TestNotZeroWrapper (line 274) | func TestNotZeroWrapper(t *testing.T) { function TestJSONEqWrapper_EqualSONString (line 286) | func TestJSONEqWrapper_EqualSONString(t *testing.T) { function TestJSONEqWrapper_EquivalentButNotEqual (line 296) | func TestJSONEqWrapper_EquivalentButNotEqual(t *testing.T) { function TestJSONEqWrapper_HashOfArraysAndHashes (line 306) | func TestJSONEqWrapper_HashOfArraysAndHashes(t *testing.T) { function TestJSONEqWrapper_Array (line 317) | func TestJSONEqWrapper_Array(t *testing.T) { function TestJSONEqWrapper_HashAndArrayNotEquivalent (line 327) | func TestJSONEqWrapper_HashAndArrayNotEquivalent(t *testing.T) { function TestJSONEqWrapper_HashesNotEquivalent (line 337) | func TestJSONEqWrapper_HashesNotEquivalent(t *testing.T) { function TestJSONEqWrapper_ActualIsNotJSON (line 347) | func TestJSONEqWrapper_ActualIsNotJSON(t *testing.T) { function TestJSONEqWrapper_ExpectedIsNotJSON (line 357) | func TestJSONEqWrapper_ExpectedIsNotJSON(t *testing.T) { function TestJSONEqWrapper_ExpectedAndActualNotJSON (line 367) | func TestJSONEqWrapper_ExpectedAndActualNotJSON(t *testing.T) { function TestJSONEqWrapper_ArraysOfDifferentOrder (line 377) | func TestJSONEqWrapper_ArraysOfDifferentOrder(t *testing.T) { FILE: src/github.com/stretchr/testify/require/require.go function Condition (line 16) | func Condition(t TestingT, comp assert.Comparison, msgAndArgs ...interfa... function Conditionf (line 26) | func Conditionf(t TestingT, comp assert.Comparison, msg string, args ...... function Contains (line 41) | func Contains(t TestingT, s interface{}, contains interface{}, msgAndArg... function Containsf (line 56) | func Containsf(t TestingT, s interface{}, contains interface{}, msg stri... function DirExists (line 66) | func DirExists(t TestingT, path string, msgAndArgs ...interface{}) { function DirExistsf (line 76) | func DirExistsf(t TestingT, path string, msg string, args ...interface{}) { function ElementsMatch (line 90) | func ElementsMatch(t TestingT, listA interface{}, listB interface{}, msg... function ElementsMatchf (line 104) | func ElementsMatchf(t TestingT, listA interface{}, listB interface{}, ms... function Empty (line 117) | func Empty(t TestingT, object interface{}, msgAndArgs ...interface{}) { function Emptyf (line 130) | func Emptyf(t TestingT, object interface{}, msg string, args ...interfac... function Equal (line 146) | func Equal(t TestingT, expected interface{}, actual interface{}, msgAndA... function EqualError (line 160) | func EqualError(t TestingT, theError error, errString string, msgAndArgs... function EqualErrorf (line 174) | func EqualErrorf(t TestingT, theError error, errString string, msg strin... function EqualValues (line 187) | func EqualValues(t TestingT, expected interface{}, actual interface{}, m... function EqualValuesf (line 200) | func EqualValuesf(t TestingT, expected interface{}, actual interface{}, ... function Equalf (line 216) | func Equalf(t TestingT, expected interface{}, actual interface{}, msg st... function Error (line 231) | func Error(t TestingT, err error, msgAndArgs ...interface{}) { function Errorf (line 246) | func Errorf(t TestingT, err error, msg string, args ...interface{}) { function Exactly (line 258) | func Exactly(t TestingT, expected interface{}, actual interface{}, msgAn... function Exactlyf (line 270) | func Exactlyf(t TestingT, expected interface{}, actual interface{}, msg ... function Fail (line 280) | func Fail(t TestingT, failureMessage string, msgAndArgs ...interface{}) { function FailNow (line 290) | func FailNow(t TestingT, failureMessage string, msgAndArgs ...interface{... function FailNowf (line 300) | func FailNowf(t TestingT, failureMessage string, msg string, args ...int... function Failf (line 310) | func Failf(t TestingT, failureMessage string, msg string, args ...interf... function False (line 322) | func False(t TestingT, value bool, msgAndArgs ...interface{}) { function Falsef (line 334) | func Falsef(t TestingT, value bool, msg string, args ...interface{}) { function FileExists (line 344) | func FileExists(t TestingT, path string, msgAndArgs ...interface{}) { function FileExistsf (line 354) | func FileExistsf(t TestingT, path string, msg string, args ...interface{... function HTTPBodyContains (line 369) | func HTTPBodyContains(t TestingT, handler http.HandlerFunc, method strin... function HTTPBodyContainsf (line 384) | func HTTPBodyContainsf(t TestingT, handler http.HandlerFunc, method stri... function HTTPBodyNotContains (line 399) | func HTTPBodyNotContains(t TestingT, handler http.HandlerFunc, method st... function HTTPBodyNotContainsf (line 414) | func HTTPBodyNotContainsf(t TestingT, handler http.HandlerFunc, method s... function HTTPError (line 428) | func HTTPError(t TestingT, handler http.HandlerFunc, method string, url ... function HTTPErrorf (line 442) | func HTTPErrorf(t TestingT, handler http.HandlerFunc, method string, url... function HTTPRedirect (line 456) | func HTTPRedirect(t TestingT, handler http.HandlerFunc, method string, u... function HTTPRedirectf (line 470) | func HTTPRedirectf(t TestingT, handler http.HandlerFunc, method string, ... function HTTPSuccess (line 484) | func HTTPSuccess(t TestingT, handler http.HandlerFunc, method string, ur... function HTTPSuccessf (line 498) | func HTTPSuccessf(t TestingT, handler http.HandlerFunc, method string, u... function Implements (line 510) | func Implements(t TestingT, interfaceObject interface{}, object interfac... function Implementsf (line 522) | func Implementsf(t TestingT, interfaceObject interface{}, object interfa... function InDelta (line 534) | func InDelta(t TestingT, expected interface{}, actual interface{}, delta... function InDeltaMapValues (line 544) | func InDeltaMapValues(t TestingT, expected interface{}, actual interface... function InDeltaMapValuesf (line 554) | func InDeltaMapValuesf(t TestingT, expected interface{}, actual interfac... function InDeltaSlice (line 564) | func InDeltaSlice(t TestingT, expected interface{}, actual interface{}, ... function InDeltaSlicef (line 574) | func InDeltaSlicef(t TestingT, expected interface{}, actual interface{},... function InDeltaf (line 586) | func InDeltaf(t TestingT, expected interface{}, actual interface{}, delt... function InEpsilon (line 596) | func InEpsilon(t TestingT, expected interface{}, actual interface{}, eps... function InEpsilonSlice (line 606) | func InEpsilonSlice(t TestingT, expected interface{}, actual interface{}... function InEpsilonSlicef (line 616) | func InEpsilonSlicef(t TestingT, expected interface{}, actual interface{... function InEpsilonf (line 626) | func InEpsilonf(t TestingT, expected interface{}, actual interface{}, ep... function IsType (line 636) | func IsType(t TestingT, expectedType interface{}, object interface{}, ms... function IsTypef (line 646) | func IsTypef(t TestingT, expectedType interface{}, object interface{}, m... function JSONEq (line 658) | func JSONEq(t TestingT, expected string, actual string, msgAndArgs ...in... function JSONEqf (line 670) | func JSONEqf(t TestingT, expected string, actual string, msg string, arg... function Len (line 683) | func Len(t TestingT, object interface{}, length int, msgAndArgs ...inter... function Lenf (line 696) | func Lenf(t TestingT, object interface{}, length int, msg string, args .... function Nil (line 708) | func Nil(t TestingT, object interface{}, msgAndArgs ...interface{}) { function Nilf (line 720) | func Nilf(t TestingT, object interface{}, msg string, args ...interface{... function NoError (line 735) | func NoError(t TestingT, err error, msgAndArgs ...interface{}) { function NoErrorf (line 750) | func NoErrorf(t TestingT, err error, msg string, args ...interface{}) { function NotContains (line 765) | func NotContains(t TestingT, s interface{}, contains interface{}, msgAnd... function NotContainsf (line 780) | func NotContainsf(t TestingT, s interface{}, contains interface{}, msg s... function NotEmpty (line 795) | func NotEmpty(t TestingT, object interface{}, msgAndArgs ...interface{}) { function NotEmptyf (line 810) | func NotEmptyf(t TestingT, object interface{}, msg string, args ...inter... function NotEqual (line 825) | func NotEqual(t TestingT, expected interface{}, actual interface{}, msgA... function NotEqualf (line 840) | func NotEqualf(t TestingT, expected interface{}, actual interface{}, msg... function NotNil (line 852) | func NotNil(t TestingT, object interface{}, msgAndArgs ...interface{}) { function NotNilf (line 864) | func NotNilf(t TestingT, object interface{}, msg string, args ...interfa... function NotPanics (line 876) | func NotPanics(t TestingT, f assert.PanicTestFunc, msgAndArgs ...interfa... function NotPanicsf (line 888) | func NotPanicsf(t TestingT, f assert.PanicTestFunc, msg string, args ...... function NotRegexp (line 901) | func NotRegexp(t TestingT, rx interface{}, str interface{}, msgAndArgs .... function NotRegexpf (line 914) | func NotRegexpf(t TestingT, rx interface{}, str interface{}, msg string,... function NotSubset (line 927) | func NotSubset(t TestingT, list interface{}, subset interface{}, msgAndA... function NotSubsetf (line 940) | func NotSubsetf(t TestingT, list interface{}, subset interface{}, msg st... function NotZero (line 950) | func NotZero(t TestingT, i interface{}, msgAndArgs ...interface{}) { function NotZerof (line 960) | func NotZerof(t TestingT, i interface{}, msg string, args ...interface{}) { function Panics (line 972) | func Panics(t TestingT, f assert.PanicTestFunc, msgAndArgs ...interface{... function PanicsWithValue (line 985) | func PanicsWithValue(t TestingT, expected interface{}, f assert.PanicTes... function PanicsWithValuef (line 998) | func PanicsWithValuef(t TestingT, expected interface{}, f assert.PanicTe... function Panicsf (line 1010) | func Panicsf(t TestingT, f assert.PanicTestFunc, msg string, args ...int... function Regexp (line 1023) | func Regexp(t TestingT, rx interface{}, str interface{}, msgAndArgs ...i... function Regexpf (line 1036) | func Regexpf(t TestingT, rx interface{}, str interface{}, msg string, ar... function Subset (line 1049) | func Subset(t TestingT, list interface{}, subset interface{}, msgAndArgs... function Subsetf (line 1062) | func Subsetf(t TestingT, list interface{}, subset interface{}, msg strin... function True (line 1074) | func True(t TestingT, value bool, msgAndArgs ...interface{}) { function Truef (line 1086) | func Truef(t TestingT, value bool, msg string, args ...interface{}) { function WithinDuration (line 1098) | func WithinDuration(t TestingT, expected time.Time, actual time.Time, de... function WithinDurationf (line 1110) | func WithinDurationf(t TestingT, expected time.Time, actual time.Time, d... function Zero (line 1120) | func Zero(t TestingT, i interface{}, msgAndArgs ...interface{}) { function Zerof (line 1130) | func Zerof(t TestingT, i interface{}, msg string, args ...interface{}) { FILE: src/github.com/stretchr/testify/require/require_forward.go method Condition (line 16) | func (a *Assertions) Condition(comp assert.Comparison, msgAndArgs ...int... method Conditionf (line 24) | func (a *Assertions) Conditionf(comp assert.Comparison, msg string, args... method Contains (line 37) | func (a *Assertions) Contains(s interface{}, contains interface{}, msgAn... method Containsf (line 50) | func (a *Assertions) Containsf(s interface{}, contains interface{}, msg ... method DirExists (line 58) | func (a *Assertions) DirExists(path string, msgAndArgs ...interface{}) { method DirExistsf (line 66) | func (a *Assertions) DirExistsf(path string, msg string, args ...interfa... method ElementsMatch (line 78) | func (a *Assertions) ElementsMatch(listA interface{}, listB interface{},... method ElementsMatchf (line 90) | func (a *Assertions) ElementsMatchf(listA interface{}, listB interface{}... method Empty (line 101) | func (a *Assertions) Empty(object interface{}, msgAndArgs ...interface{}) { method Emptyf (line 112) | func (a *Assertions) Emptyf(object interface{}, msg string, args ...inte... method Equal (line 126) | func (a *Assertions) Equal(expected interface{}, actual interface{}, msg... method EqualError (line 138) | func (a *Assertions) EqualError(theError error, errString string, msgAnd... method EqualErrorf (line 150) | func (a *Assertions) EqualErrorf(theError error, errString string, msg s... method EqualValues (line 161) | func (a *Assertions) EqualValues(expected interface{}, actual interface{... method EqualValuesf (line 172) | func (a *Assertions) EqualValuesf(expected interface{}, actual interface... method Equalf (line 186) | func (a *Assertions) Equalf(expected interface{}, actual interface{}, ms... method Error (line 199) | func (a *Assertions) Error(err error, msgAndArgs ...interface{}) { method Errorf (line 212) | func (a *Assertions) Errorf(err error, msg string, args ...interface{}) { method Exactly (line 222) | func (a *Assertions) Exactly(expected interface{}, actual interface{}, m... method Exactlyf (line 232) | func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, ... method Fail (line 240) | func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface... method FailNow (line 248) | func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interf... method FailNowf (line 256) | func (a *Assertions) FailNowf(failureMessage string, msg string, args ..... method Failf (line 264) | func (a *Assertions) Failf(failureMessage string, msg string, args ...in... method False (line 274) | func (a *Assertions) False(value bool, msgAndArgs ...interface{}) { method Falsef (line 284) | func (a *Assertions) Falsef(value bool, msg string, args ...interface{}) { method FileExists (line 292) | func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) { method FileExistsf (line 300) | func (a *Assertions) FileExistsf(path string, msg string, args ...interf... method HTTPBodyContains (line 313) | func (a *Assertions) HTTPBodyContains(handler http.HandlerFunc, method s... method HTTPBodyContainsf (line 326) | func (a *Assertions) HTTPBodyContainsf(handler http.HandlerFunc, method ... method HTTPBodyNotContains (line 339) | func (a *Assertions) HTTPBodyNotContains(handler http.HandlerFunc, metho... method HTTPBodyNotContainsf (line 352) | func (a *Assertions) HTTPBodyNotContainsf(handler http.HandlerFunc, meth... method HTTPError (line 364) | func (a *Assertions) HTTPError(handler http.HandlerFunc, method string, ... method HTTPErrorf (line 376) | func (a *Assertions) HTTPErrorf(handler http.HandlerFunc, method string,... method HTTPRedirect (line 388) | func (a *Assertions) HTTPRedirect(handler http.HandlerFunc, method strin... method HTTPRedirectf (line 400) | func (a *Assertions) HTTPRedirectf(handler http.HandlerFunc, method stri... method HTTPSuccess (line 412) | func (a *Assertions) HTTPSuccess(handler http.HandlerFunc, method string... method HTTPSuccessf (line 424) | func (a *Assertions) HTTPSuccessf(handler http.HandlerFunc, method strin... method Implements (line 434) | func (a *Assertions) Implements(interfaceObject interface{}, object inte... method Implementsf (line 444) | func (a *Assertions) Implementsf(interfaceObject interface{}, object int... method InDelta (line 454) | func (a *Assertions) InDelta(expected interface{}, actual interface{}, d... method InDeltaMapValues (line 462) | func (a *Assertions) InDeltaMapValues(expected interface{}, actual inter... method InDeltaMapValuesf (line 470) | func (a *Assertions) InDeltaMapValuesf(expected interface{}, actual inte... method InDeltaSlice (line 478) | func (a *Assertions) InDeltaSlice(expected interface{}, actual interface... method InDeltaSlicef (line 486) | func (a *Assertions) InDeltaSlicef(expected interface{}, actual interfac... method InDeltaf (line 496) | func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, ... method InEpsilon (line 504) | func (a *Assertions) InEpsilon(expected interface{}, actual interface{},... method InEpsilonSlice (line 512) | func (a *Assertions) InEpsilonSlice(expected interface{}, actual interfa... method InEpsilonSlicef (line 520) | func (a *Assertions) InEpsilonSlicef(expected interface{}, actual interf... method InEpsilonf (line 528) | func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}... method IsType (line 536) | func (a *Assertions) IsType(expectedType interface{}, object interface{}... method IsTypef (line 544) | func (a *Assertions) IsTypef(expectedType interface{}, object interface{... method JSONEq (line 554) | func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs .... method JSONEqf (line 564) | func (a *Assertions) JSONEqf(expected string, actual string, msg string,... method Len (line 575) | func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...i... method Lenf (line 586) | func (a *Assertions) Lenf(object interface{}, length int, msg string, ar... method Nil (line 596) | func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) { method Nilf (line 606) | func (a *Assertions) Nilf(object interface{}, msg string, args ...interf... method NoError (line 619) | func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) { method NoErrorf (line 632) | func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}) { method NotContains (line 645) | func (a *Assertions) NotContains(s interface{}, contains interface{}, ms... method NotContainsf (line 658) | func (a *Assertions) NotContainsf(s interface{}, contains interface{}, m... method NotEmpty (line 671) | func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interfac... method NotEmptyf (line 684) | func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...i... method NotEqual (line 697) | func (a *Assertions) NotEqual(expected interface{}, actual interface{}, ... method NotEqualf (line 710) | func (a *Assertions) NotEqualf(expected interface{}, actual interface{},... method NotNil (line 720) | func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{... method NotNilf (line 730) | func (a *Assertions) NotNilf(object interface{}, msg string, args ...int... method NotPanics (line 740) | func (a *Assertions) NotPanics(f assert.PanicTestFunc, msgAndArgs ...int... method NotPanicsf (line 750) | func (a *Assertions) NotPanicsf(f assert.PanicTestFunc, msg string, args... method NotRegexp (line 761) | func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndAr... method NotRegexpf (line 772) | func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg str... method NotSubset (line 783) | func (a *Assertions) NotSubset(list interface{}, subset interface{}, msg... method NotSubsetf (line 794) | func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, ms... method NotZero (line 802) | func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) { method NotZerof (line 810) | func (a *Assertions) NotZerof(i interface{}, msg string, args ...interfa... method Panics (line 820) | func (a *Assertions) Panics(f assert.PanicTestFunc, msgAndArgs ...interf... method PanicsWithValue (line 831) | func (a *Assertions) PanicsWithValue(expected interface{}, f assert.Pani... method PanicsWithValuef (line 842) | func (a *Assertions) PanicsWithValuef(expected interface{}, f assert.Pan... method Panicsf (line 852) | func (a *Assertions) Panicsf(f assert.PanicTestFunc, msg string, args ..... method Regexp (line 863) | func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ... method Regexpf (line 874) | func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string... method Subset (line 885) | func (a *Assertions) Subset(list interface{}, subset interface{}, msgAnd... method Subsetf (line 896) | func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg s... method True (line 906) | func (a *Assertions) True(value bool, msgAndArgs ...interface{}) { method Truef (line 916) | func (a *Assertions) Truef(value bool, msg string, args ...interface{}) { method WithinDuration (line 926) | func (a *Assertions) WithinDuration(expected time.Time, actual time.Time... method WithinDurationf (line 936) | func (a *Assertions) WithinDurationf(expected time.Time, actual time.Tim... method Zero (line 944) | func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) { method Zerof (line 952) | func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{... FILE: src/github.com/stretchr/testify/require/requirements.go type TestingT (line 4) | type TestingT interface type tHelper (line 9) | type tHelper interface type ComparisonAssertionFunc (line 15) | type ComparisonAssertionFunc type ValueAssertionFunc (line 19) | type ValueAssertionFunc type BoolAssertionFunc (line 23) | type BoolAssertionFunc type ErrorAssertionFunc (line 27) | type ErrorAssertionFunc FILE: src/github.com/stretchr/testify/require/requirements_test.go type AssertionTesterInterface (line 11) | type AssertionTesterInterface interface type AssertionTesterConformingObject (line 16) | type AssertionTesterConformingObject struct method TestMethod (line 19) | func (a *AssertionTesterConformingObject) TestMethod() { type AssertionTesterNonConformingObject (line 23) | type AssertionTesterNonConformingObject struct type MockT (line 26) | type MockT struct method FailNow (line 30) | func (t *MockT) FailNow() { method Errorf (line 34) | func (t *MockT) Errorf(format string, args ...interface{}) { function TestImplements (line 38) | func TestImplements(t *testing.T) { function TestIsType (line 49) | func TestIsType(t *testing.T) { function TestEqual (line 60) | func TestEqual(t *testing.T) { function TestNotEqual (line 72) | func TestNotEqual(t *testing.T) { function TestExactly (line 82) | func TestExactly(t *testing.T) { function TestNotNil (line 97) | func TestNotNil(t *testing.T) { function TestNil (line 108) | func TestNil(t *testing.T) { function TestTrue (line 119) | func TestTrue(t *testing.T) { function TestFalse (line 130) | func TestFalse(t *testing.T) { function TestContains (line 141) | func TestContains(t *testing.T) { function TestNotContains (line 152) | func TestNotContains(t *testing.T) { function TestPanics (line 163) | func TestPanics(t *testing.T) { function TestNotPanics (line 176) | func TestNotPanics(t *testing.T) { function TestNoError (line 189) | func TestNoError(t *testing.T) { function TestError (line 200) | func TestError(t *testing.T) { function TestEqualError (line 211) | func TestEqualError(t *testing.T) { function TestEmpty (line 222) | func TestEmpty(t *testing.T) { function TestNotEmpty (line 233) | func TestNotEmpty(t *testing.T) { function TestWithinDuration (line 244) | func TestWithinDuration(t *testing.T) { function TestInDelta (line 258) | func TestInDelta(t *testing.T) { function TestZero (line 269) | func TestZero(t *testing.T) { function TestNotZero (line 280) | func TestNotZero(t *testing.T) { function TestJSONEq_EqualSONString (line 291) | func TestJSONEq_EqualSONString(t *testing.T) { function TestJSONEq_EquivalentButNotEqual (line 299) | func TestJSONEq_EquivalentButNotEqual(t *testing.T) { function TestJSONEq_HashOfArraysAndHashes (line 307) | func TestJSONEq_HashOfArraysAndHashes(t *testing.T) { function TestJSONEq_Array (line 316) | func TestJSONEq_Array(t *testing.T) { function TestJSONEq_HashAndArrayNotEquivalent (line 324) | func TestJSONEq_HashAndArrayNotEquivalent(t *testing.T) { function TestJSONEq_HashesNotEquivalent (line 332) | func TestJSONEq_HashesNotEquivalent(t *testing.T) { function TestJSONEq_ActualIsNotJSON (line 340) | func TestJSONEq_ActualIsNotJSON(t *testing.T) { function TestJSONEq_ExpectedIsNotJSON (line 348) | func TestJSONEq_ExpectedIsNotJSON(t *testing.T) { function TestJSONEq_ExpectedAndActualNotJSON (line 356) | func TestJSONEq_ExpectedAndActualNotJSON(t *testing.T) { function TestJSONEq_ArraysOfDifferentOrder (line 364) | func TestJSONEq_ArraysOfDifferentOrder(t *testing.T) { function ExampleComparisonAssertionFunc (line 372) | func ExampleComparisonAssertionFunc() { function TestComparisonAssertionFunc (line 402) | func TestComparisonAssertionFunc(t *testing.T) { function ExampleValueAssertionFunc (line 434) | func ExampleValueAssertionFunc() { function TestValueAssertionFunc (line 462) | func TestValueAssertionFunc(t *testing.T) { function ExampleBoolAssertionFunc (line 483) | func ExampleBoolAssertionFunc() { function TestBoolAssertionFunc (line 508) | func TestBoolAssertionFunc(t *testing.T) { function ExampleErrorAssertionFunc (line 525) | func ExampleErrorAssertionFunc() { function TestErrorAssertionFunc (line 551) | func TestErrorAssertionFunc(t *testing.T) { FILE: src/github.com/stretchr/testify/suite/interfaces.go type TestingSuite (line 7) | type TestingSuite interface type SetupAllSuite (line 14) | type SetupAllSuite interface type SetupTestSuite (line 20) | type SetupTestSuite interface type TearDownAllSuite (line 26) | type TearDownAllSuite interface type TearDownTestSuite (line 32) | type TearDownTestSuite interface type BeforeTest (line 38) | type BeforeTest interface type AfterTest (line 44) | type AfterTest interface FILE: src/github.com/stretchr/testify/suite/suite.go type Suite (line 20) | type Suite struct method T (line 27) | func (suite *Suite) T() *testing.T { method SetT (line 32) | func (suite *Suite) SetT(t *testing.T) { method Require (line 39) | func (suite *Suite) Require() *require.Assertions { method Assert (line 51) | func (suite *Suite) Assert() *assert.Assertions { function Run (line 60) | func Run(t *testing.T, suite TestingSuite) { function runTests (line 111) | func runTests(t testing.TB, tests []testing.InternalTest) { function methodFilter (line 127) | func methodFilter(name string) (bool, error) { type runner (line 134) | type runner interface FILE: src/github.com/stretchr/testify/suite/suite_test.go type SuiteRequireTwice (line 16) | type SuiteRequireTwice struct method TestRequireOne (line 35) | func (s *SuiteRequireTwice) TestRequireOne() { method TestRequireTwo (line 40) | func (s *SuiteRequireTwice) TestRequireTwo() { function TestSuiteRequireTwice (line 21) | func TestSuiteRequireTwice(t *testing.T) { type SuiteTester (line 51) | type SuiteTester struct method SetupSuite (line 85) | func (suite *SuiteTester) SetupSuite() { method BeforeTest (line 89) | func (suite *SuiteTester) BeforeTest(suiteName, testName string) { method AfterTest (line 95) | func (suite *SuiteTester) AfterTest(suiteName, testName string) { method TearDownSuite (line 108) | func (suite *SuiteTester) TearDownSuite() { method SetupTest (line 117) | func (suite *SuiteTester) SetupTest() { method TearDownTest (line 122) | func (suite *SuiteTester) TearDownTest() { method TestOne (line 130) | func (suite *SuiteTester) TestOne() { method TestTwo (line 138) | func (suite *SuiteTester) TestTwo() { method TestSkip (line 145) | func (suite *SuiteTester) TestSkip() { method NonTestMethod (line 152) | func (suite *SuiteTester) NonTestMethod() { type SuiteSkipTester (line 74) | type SuiteSkipTester struct method SetupSuite (line 101) | func (suite *SuiteSkipTester) SetupSuite() { method TearDownSuite (line 112) | func (suite *SuiteSkipTester) TearDownSuite() { function TestRunSuite (line 158) | func TestRunSuite(t *testing.T) { function TestSuiteGetters (line 225) | func TestSuiteGetters(t *testing.T) { type SuiteLoggingTester (line 234) | type SuiteLoggingTester struct method TestLoggingPass (line 238) | func (s *SuiteLoggingTester) TestLoggingPass() { method TestLoggingFail (line 242) | func (s *SuiteLoggingTester) TestLoggingFail() { type StdoutCapture (line 247) | type StdoutCapture struct method StartCapture (line 252) | func (sc *StdoutCapture) StartCapture() { method StopCapture (line 257) | func (sc *StdoutCapture) StopCapture() (string, error) { function TestSuiteLogging (line 270) | func TestSuiteLogging(t *testing.T) { FILE: src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go constant UnsafeDisabled (line 31) | UnsafeDisabled = false constant ptrSize (line 34) | ptrSize = unsafe.Sizeof((*byte)(nil)) function init (line 66) | func init() { function unsafeReflectValue (line 122) | func unsafeReflectValue(v reflect.Value) (rv reflect.Value) { FILE: src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go constant UnsafeDisabled (line 28) | UnsafeDisabled = true function unsafeReflectValue (line 36) | func unsafeReflectValue(v reflect.Value) reflect.Value { FILE: src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go function catchPanic (line 72) | func catchPanic(w io.Writer, v reflect.Value) { function handleMethods (line 85) | func handleMethods(cs *ConfigState, w io.Writer, v reflect.Value) (handl... function printBool (line 144) | func printBool(w io.Writer, val bool) { function printInt (line 153) | func printInt(w io.Writer, val int64, base int) { function printUint (line 158) | func printUint(w io.Writer, val uint64, base int) { function printFloat (line 164) | func printFloat(w io.Writer, val float64, precision int) { function printComplex (line 170) | func printComplex(w io.Writer, c complex128, floatPrecision int) { function printHexPtr (line 185) | func printHexPtr(w io.Writer, p uintptr) { type valuesSorter (line 219) | type valuesSorter struct method Len (line 279) | func (s *valuesSorter) Len() int { method Swap (line 285) | func (s *valuesSorter) Swap(i, j int) { method Less (line 326) | func (s *valuesSorter) Less(i, j int) bool { function newValuesSorter (line 228) | func newValuesSorter(values []reflect.Value, cs *ConfigState) sort.Inter... function canSortSimply (line 256) | func canSortSimply(kind reflect.Kind) bool { function valueSortLess (line 295) | func valueSortLess(a, b reflect.Value) bool { function sortValues (line 336) | func sortValues(values []reflect.Value, cs *ConfigState) { FILE: src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go type ConfigState (line 37) | type ConfigState struct method Errorf (line 115) | func (c *ConfigState) Errorf(format string, a ...interface{}) (err err... method Fprint (line 127) | func (c *ConfigState) Fprint(w io.Writer, a ...interface{}) (n int, er... method Fprintf (line 139) | func (c *ConfigState) Fprintf(w io.Writer, format string, a ...interfa... method Fprintln (line 150) | func (c *ConfigState) Fprintln(w io.Writer, a ...interface{}) (n int, ... method Print (line 162) | func (c *ConfigState) Print(a ...interface{}) (n int, err error) { method Printf (line 174) | func (c *ConfigState) Printf(format string, a ...interface{}) (n int, ... method Println (line 186) | func (c *ConfigState) Println(a ...interface{}) (n int, err error) { method Sprint (line 197) | func (c *ConfigState) Sprint(a ...interface{}) string { method Sprintf (line 208) | func (c *ConfigState) Sprintf(format string, a ...interface{}) string { method Sprintln (line 219) | func (c *ConfigState) Sprintln(a ...interface{}) string { method NewFormatter (line 240) | func (c *ConfigState) NewFormatter(v interface{}) fmt.Formatter { method Fdump (line 246) | func (c *ConfigState) Fdump(w io.Writer, a ...interface{}) { method Dump (line 273) | func (c *ConfigState) Dump(a ...interface{}) { method Sdump (line 279) | func (c *ConfigState) Sdump(a ...interface{}) string { method convertArgs (line 288) | func (c *ConfigState) convertArgs(args []interface{}) (formatters []in... function NewDefaultConfig (line 304) | func NewDefaultConfig() *ConfigState { FILE: src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go type dumpState (line 51) | type dumpState struct method indent (line 62) | func (d *dumpState) indent() { method unpackValue (line 73) | func (d *dumpState) unpackValue(v reflect.Value) reflect.Value { method dumpPtr (line 81) | func (d *dumpState) dumpPtr(v reflect.Value) { method dumpSlice (line 161) | func (d *dumpState) dumpSlice(v reflect.Value) { method dump (line 251) | func (d *dumpState) dump(v reflect.Value) { function fdump (line 453) | func fdump(cs *ConfigState, w io.Writer, a ...interface{}) { function Fdump (line 472) | func Fdump(w io.Writer, a ...interface{}) { function Sdump (line 478) | func Sdump(a ...interface{}) string { function Dump (line 507) | func Dump(a ...interface{}) { FILE: src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go constant supportedFlags (line 28) | supportedFlags = "0-+# " type formatState (line 34) | type formatState struct method buildDefaultFormat (line 47) | func (f *formatState) buildDefaultFormat() (format string) { method constructOrigFormat (line 65) | func (f *formatState) constructOrigFormat(verb rune) (format string) { method unpackValue (line 94) | func (f *formatState) unpackValue(v reflect.Value) reflect.Value { method formatPtr (line 105) | func (f *formatState) formatPtr(v reflect.Value) { method format (line 201) | func (f *formatState) format(v reflect.Value) { method Format (line 371) | func (f *formatState) Format(fs fmt.State, verb rune) { function newFormatter (line 394) | func newFormatter(cs *ConfigState, v interface{}) fmt.Formatter { function NewFormatter (line 417) | func NewFormatter(v interface{}) fmt.Formatter { FILE: src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go function Errorf (line 32) | func Errorf(format string, a ...interface{}) (err error) { function Fprint (line 44) | func Fprint(w io.Writer, a ...interface{}) (n int, err error) { function Fprintf (line 56) | func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err e... function Fprintln (line 67) | func Fprintln(w io.Writer, a ...interface{}) (n int, err error) { function Print (line 79) | func Print(a ...interface{}) (n int, err error) { function Printf (line 91) | func Printf(format string, a ...interface{}) (n int, err error) { function Println (line 103) | func Println(a ...interface{}) (n int, err error) { function Sprint (line 114) | func Sprint(a ...interface{}) string { function Sprintf (line 125) | func Sprintf(format string, a ...interface{}) string { function Sprintln (line 136) | func Sprintln(a ...interface{}) string { function convertArgs (line 142) | func convertArgs(args []interface{}) (formatters []interface{}) { FILE: src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go function min (line 26) | func min(a, b int) int { function max (line 33) | func max(a, b int) int { function calculateRatio (line 40) | func calculateRatio(matches, length int) float64 { type Match (line 47) | type Match struct type OpCode (line 53) | type OpCode struct type SequenceMatcher (line 87) | type SequenceMatcher struct method SetSeqs (line 115) | func (m *SequenceMatcher) SetSeqs(a, b []string) { method SetSeq1 (line 129) | func (m *SequenceMatcher) SetSeq1(a []string) { method SetSeq2 (line 140) | func (m *SequenceMatcher) SetSeq2(b []string) { method chainB (line 151) | func (m *SequenceMatcher) chainB() { method isBJunk (line 192) | func (m *SequenceMatcher) isBJunk(s string) bool { method findLongestMatch (line 221) | func (m *SequenceMatcher) findLongestMatch(alo, ahi, blo, bhi int) Mat... method GetMatchingBlocks (line 305) | func (m *SequenceMatcher) GetMatchingBlocks() []Match { method GetOpCodes (line 373) | func (m *SequenceMatcher) GetOpCodes() []OpCode { method GetGroupedOpCodes (line 413) | func (m *SequenceMatcher) GetGroupedOpCodes(n int) [][]OpCode { method Ratio (line 465) | func (m *SequenceMatcher) Ratio() float64 { method QuickRatio (line 477) | func (m *SequenceMatcher) QuickRatio() float64 { method RealQuickRatio (line 509) | func (m *SequenceMatcher) RealQuickRatio() float64 { function NewMatcher (line 100) | func NewMatcher(a, b []string) *SequenceMatcher { function NewMatcherWithJunk (line 106) | func NewMatcherWithJunk(a, b []string, autoJunk bool, function formatRangeUnified (line 515) | func formatRangeUnified(start, stop int) string { type UnifiedDiff (line 529) | type UnifiedDiff struct function WriteUnifiedDiff (line 559) | func WriteUnifiedDiff(writer io.Writer, diff UnifiedDiff) error { function GetUnifiedDiffString (line 635) | func GetUnifiedDiffString(diff UnifiedDiff) (string, error) { function formatRangeContext (line 642) | func formatRangeContext(start, stop int) string { type ContextDiff (line 655) | type ContextDiff function WriteContextDiff (line 674) | func WriteContextDiff(writer io.Writer, diff ContextDiff) error { function GetContextDiffString (line 760) | func GetContextDiffString(diff ContextDiff) (string, error) { function SplitLines (line 768) | func SplitLines(s string) []string { FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go constant arrayAccesRegexString (line 12) | arrayAccesRegexString = `^(.+)\[([0-9]+)\]$` method Get (line 30) | func (m Map) Get(selector string) *Value { method Set (line 45) | func (m Map) Set(selector string, value interface{}) Map { function access (line 52) | func access(current, selector, value interface{}, isSet, panics bool) in... function intFromInterface (line 144) | func intFromInterface(selector interface{}) int { FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go constant PathSeparator (line 8) | PathSeparator string = "." constant SignatureSeparator (line 12) | SignatureSeparator = "_" FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go method JSON (line 14) | func (m Map) JSON() (string, error) { method MustJSON (line 24) | func (m Map) MustJSON() string { method Base64 (line 34) | func (m Map) Base64() (string, error) { method MustBase64 (line 55) | func (m Map) MustBase64() string { method SignedBase64 (line 66) | func (m Map) SignedBase64(key string) (string, error) { method MustSignedBase64 (line 79) | func (m Map) MustSignedBase64(key string) string { method URLValues (line 94) | func (m Map) URLValues() url.Values { method URLQuery (line 106) | func (m Map) URLQuery() (string, error) { FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go type MSIConvertable (line 14) | type MSIConvertable interface type Map (line 22) | type Map method Value (line 25) | func (m Map) Value() *Value { function New (line 35) | func New(data interface{}) Map { function MSI (line 62) | func MSI(keyAndValuePairs ...interface{}) Map { function MustFromJSON (line 89) | func MustFromJSON(jsonString string) Map { function FromJSON (line 101) | func FromJSON(jsonString string) (Map, error) { function FromBase64 (line 114) | func FromBase64(base64String string) (Map, error) { function MustFromBase64 (line 127) | func MustFromBase64(base64String string) Map { function FromSignedBase64 (line 139) | func FromSignedBase64(base64String, key string) (Map, error) { function MustFromSignedBase64 (line 156) | func MustFromSignedBase64(base64String, key string) Map { function FromURLQuery (line 168) | func FromURLQuery(query string) (Map, error) { function MustFromURLQuery (line 187) | func MustFromURLQuery(query string) Map { FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go method Exclude (line 5) | func (m Map) Exclude(exclude []string) Map { method Copy (line 23) | func (m Map) Copy() Map { method Merge (line 35) | func (m Map) Merge(merge Map) Map { method MergeHere (line 44) | func (m Map) MergeHere(merge Map) Map { method Transform (line 54) | func (m Map) Transform(transformer func(key string, value interface{}) (... method TransformKeys (line 67) | func (m Map) TransformKeys(mapping map[string]string) Map { FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go function HashWithKey (line 10) | func HashWithKey(data, key string) string { FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go method Has (line 7) | func (m Map) Has(selector string) bool { method IsNil (line 15) | func (v *Value) IsNil() bool { FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go method Inter (line 9) | func (v *Value) Inter(optionalDefault ...interface{}) interface{} { method MustInter (line 22) | func (v *Value) MustInter() interface{} { method InterSlice (line 28) | func (v *Value) InterSlice(optionalDefault ...[]interface{}) []interface... method MustInterSlice (line 41) | func (v *Value) MustInterSlice() []interface{} { method IsInter (line 46) | func (v *Value) IsInter() bool { method IsInterSlice (line 52) | func (v *Value) IsInterSlice() bool { method EachInter (line 61) | func (v *Value) EachInter(callback func(int, interface{}) bool) *Value { method WhereInter (line 74) | func (v *Value) WhereInter(decider func(int, interface{}) bool) *Value { method GroupInter (line 89) | func (v *Value) GroupInter(grouper func(int, interface{}) string) *Value { method ReplaceInter (line 105) | func (v *Value) ReplaceInter(replacer func(int, interface{}) interface{}... method CollectInter (line 118) | func (v *Value) CollectInter(collector func(int, interface{}) interface{... method MSI (line 134) | func (v *Value) MSI(optionalDefault ...map[string]interface{}) map[strin... method MustMSI (line 147) | func (v *Value) MustMSI() map[string]interface{} { method MSISlice (line 153) | func (v *Value) MSISlice(optionalDefault ...[]map[string]interface{}) []... method MustMSISlice (line 166) | func (v *Value) MustMSISlice() []map[string]interface{} { method IsMSI (line 171) | func (v *Value) IsMSI() bool { method IsMSISlice (line 177) | func (v *Value) IsMSISlice() bool { method EachMSI (line 186) | func (v *Value) EachMSI(callback func(int, map[string]interface{}) bool)... method WhereMSI (line 199) | func (v *Value) WhereMSI(decider func(int, map[string]interface{}) bool)... method GroupMSI (line 214) | func (v *Value) GroupMSI(grouper func(int, map[string]interface{}) strin... method ReplaceMSI (line 230) | func (v *Value) ReplaceMSI(replacer func(int, map[string]interface{}) ma... method CollectMSI (line 243) | func (v *Value) CollectMSI(collector func(int, map[string]interface{}) i... method ObjxMap (line 259) | func (v *Value) ObjxMap(optionalDefault ...(Map)) Map { method MustObjxMap (line 272) | func (v *Value) MustObjxMap() Map { method ObjxMapSlice (line 278) | func (v *Value) ObjxMapSlice(optionalDefault ...[](Map)) [](Map) { method MustObjxMapSlice (line 291) | func (v *Value) MustObjxMapSlice() [](Map) { method IsObjxMap (line 296) | func (v *Value) IsObjxMap() bool { method IsObjxMapSlice (line 302) | func (v *Value) IsObjxMapSlice() bool { method EachObjxMap (line 311) | func (v *Value) EachObjxMap(callback func(int, Map) bool) *Value { method WhereObjxMap (line 324) | func (v *Value) WhereObjxMap(decider func(int, Map) bool) *Value { method GroupObjxMap (line 339) | func (v *Value) GroupObjxMap(grouper func(int, Map) string) *Value { method ReplaceObjxMap (line 355) | func (v *Value) ReplaceObjxMap(replacer func(int, Map) Map) *Value { method CollectObjxMap (line 368) | func (v *Value) CollectObjxMap(collector func(int, Map) interface{}) *Va... method Bool (line 384) | func (v *Value) Bool(optionalDefault ...bool) bool { method MustBool (line 397) | func (v *Value) MustBool() bool { method BoolSlice (line 403) | func (v *Value) BoolSlice(optionalDefault ...[]bool) []bool { method MustBoolSlice (line 416) | func (v *Value) MustBoolSlice() []bool { method IsBool (line 421) | func (v *Value) IsBool() bool { method IsBoolSlice (line 427) | func (v *Value) IsBoolSlice() bool { method EachBool (line 436) | func (v *Value) EachBool(callback func(int, bool) bool) *Value { method WhereBool (line 449) | func (v *Value) WhereBool(decider func(int, bool) bool) *Value { method GroupBool (line 464) | func (v *Value) GroupBool(grouper func(int, bool) string) *Value { method ReplaceBool (line 480) | func (v *Value) ReplaceBool(replacer func(int, bool) bool) *Value { method CollectBool (line 493) | func (v *Value) CollectBool(collector func(int, bool) interface{}) *Value { method Str (line 509) | func (v *Value) Str(optionalDefault ...string) string { method MustStr (line 522) | func (v *Value) MustStr() string { method StrSlice (line 528) | func (v *Value) StrSlice(optionalDefault ...[]string) []string { method MustStrSlice (line 541) | func (v *Value) MustStrSlice() []string { method IsStr (line 546) | func (v *Value) IsStr() bool { method IsStrSlice (line 552) | func (v *Value) IsStrSlice() bool { method EachStr (line 561) | func (v *Value) EachStr(callback func(int, string) bool) *Value { method WhereStr (line 574) | func (v *Value) WhereStr(decider func(int, string) bool) *Value { method GroupStr (line 589) | func (v *Value) GroupStr(grouper func(int, string) string) *Value { method ReplaceStr (line 605) | func (v *Value) ReplaceStr(replacer func(int, string) string) *Value { method CollectStr (line 618) | func (v *Value) CollectStr(collector func(int, string) interface{}) *Val... method Int (line 634) | func (v *Value) Int(optionalDefault ...int) int { method MustInt (line 647) | func (v *Value) MustInt() int { method IntSlice (line 653) | func (v *Value) IntSlice(optionalDefault ...[]int) []int { method MustIntSlice (line 666) | func (v *Value) MustIntSlice() []int { method IsInt (line 671) | func (v *Value) IsInt() bool { method IsIntSlice (line 677) | func (v *Value) IsIntSlice() bool { method EachInt (line 686) | func (v *Value) EachInt(callback func(int, int) bool) *Value { method WhereInt (line 699) | func (v *Value) WhereInt(decider func(int, int) bool) *Value { method GroupInt (line 714) | func (v *Value) GroupInt(grouper func(int, int) string) *Value { method ReplaceInt (line 730) | func (v *Value) ReplaceInt(replacer func(int, int) int) *Value { method CollectInt (line 743) | func (v *Value) CollectInt(collector func(int, int) interface{}) *Value { method Int8 (line 759) | func (v *Value) Int8(optionalDefault ...int8) int8 { method MustInt8 (line 772) | func (v *Value) MustInt8() int8 { method Int8Slice (line 778) | func (v *Value) Int8Slice(optionalDefault ...[]int8) []int8 { method MustInt8Slice (line 791) | func (v *Value) MustInt8Slice() []int8 { method IsInt8 (line 796) | func (v *Value) IsInt8() bool { method IsInt8Slice (line 802) | func (v *Value) IsInt8Slice() bool { method EachInt8 (line 811) | func (v *Value) EachInt8(callback func(int, int8) bool) *Value { method WhereInt8 (line 824) | func (v *Value) WhereInt8(decider func(int, int8) bool) *Value { method GroupInt8 (line 839) | func (v *Value) GroupInt8(grouper func(int, int8) string) *Value { method ReplaceInt8 (line 855) | func (v *Value) ReplaceInt8(replacer func(int, int8) int8) *Value { method CollectInt8 (line 868) | func (v *Value) CollectInt8(collector func(int, int8) interface{}) *Value { method Int16 (line 884) | func (v *Value) Int16(optionalDefault ...int16) int16 { method MustInt16 (line 897) | func (v *Value) MustInt16() int16 { method Int16Slice (line 903) | func (v *Value) Int16Slice(optionalDefault ...[]int16) []int16 { method MustInt16Slice (line 916) | func (v *Value) MustInt16Slice() []int16 { method IsInt16 (line 921) | func (v *Value) IsInt16() bool { method IsInt16Slice (line 927) | func (v *Value) IsInt16Slice() bool { method EachInt16 (line 936) | func (v *Value) EachInt16(callback func(int, int16) bool) *Value { method WhereInt16 (line 949) | func (v *Value) WhereInt16(decider func(int, int16) bool) *Value { method GroupInt16 (line 964) | func (v *Value) GroupInt16(grouper func(int, int16) string) *Value { method ReplaceInt16 (line 980) | func (v *Value) ReplaceInt16(replacer func(int, int16) int16) *Value { method CollectInt16 (line 993) | func (v *Value) CollectInt16(collector func(int, int16) interface{}) *Va... method Int32 (line 1009) | func (v *Value) Int32(optionalDefault ...int32) int32 { method MustInt32 (line 1022) | func (v *Value) MustInt32() int32 { method Int32Slice (line 1028) | func (v *Value) Int32Slice(optionalDefault ...[]int32) []int32 { method MustInt32Slice (line 1041) | func (v *Value) MustInt32Slice() []int32 { method IsInt32 (line 1046) | func (v *Value) IsInt32() bool { method IsInt32Slice (line 1052) | func (v *Value) IsInt32Slice() bool { method EachInt32 (line 1061) | func (v *Value) EachInt32(callback func(int, int32) bool) *Value { method WhereInt32 (line 1074) | func (v *Value) WhereInt32(decider func(int, int32) bool) *Value { method GroupInt32 (line 1089) | func (v *Value) GroupInt32(grouper func(int, int32) string) *Value { method ReplaceInt32 (line 1105) | func (v *Value) ReplaceInt32(replacer func(int, int32) int32) *Value { method CollectInt32 (line 1118) | func (v *Value) CollectInt32(collector func(int, int32) interface{}) *Va... method Int64 (line 1134) | func (v *Value) Int64(optionalDefault ...int64) int64 { method MustInt64 (line 1147) | func (v *Value) MustInt64() int64 { method Int64Slice (line 1153) | func (v *Value) Int64Slice(optionalDefault ...[]int64) []int64 { method MustInt64Slice (line 1166) | func (v *Value) MustInt64Slice() []int64 { method IsInt64 (line 1171) | func (v *Value) IsInt64() bool { method IsInt64Slice (line 1177) | func (v *Value) IsInt64Slice() bool { method EachInt64 (line 1186) | func (v *Value) EachInt64(callback func(int, int64) bool) *Value { method WhereInt64 (line 1199) | func (v *Value) WhereInt64(decider func(int, int64) bool) *Value { method GroupInt64 (line 1214) | func (v *Value) GroupInt64(grouper func(int, int64) string) *Value { method ReplaceInt64 (line 1230) | func (v *Value) ReplaceInt64(replacer func(int, int64) int64) *Value { method CollectInt64 (line 1243) | func (v *Value) CollectInt64(collector func(int, int64) interface{}) *Va... method Uint (line 1259) | func (v *Value) Uint(optionalDefault ...uint) uint { method MustUint (line 1272) | func (v *Value) MustUint() uint { method UintSlice (line 1278) | func (v *Value) UintSlice(optionalDefault ...[]uint) []uint { method MustUintSlice (line 1291) | func (v *Value) MustUintSlice() []uint { method IsUint (line 1296) | func (v *Value) IsUint() bool { method IsUintSlice (line 1302) | func (v *Value) IsUintSlice() bool { method EachUint (line 1311) | func (v *Value) EachUint(callback func(int, uint) bool) *Value { method WhereUint (line 1324) | func (v *Value) WhereUint(decider func(int, uint) bool) *Value { method GroupUint (line 1339) | func (v *Value) GroupUint(grouper func(int, uint) string) *Value { method ReplaceUint (line 1355) | func (v *Value) ReplaceUint(replacer func(int, uint) uint) *Value { method CollectUint (line 1368) | func (v *Value) CollectUint(collector func(int, uint) interface{}) *Value { method Uint8 (line 1384) | func (v *Value) Uint8(optionalDefault ...uint8) uint8 { method MustUint8 (line 1397) | func (v *Value) MustUint8() uint8 { method Uint8Slice (line 1403) | func (v *Value) Uint8Slice(optionalDefault ...[]uint8) []uint8 { method MustUint8Slice (line 1416) | func (v *Value) MustUint8Slice() []uint8 { method IsUint8 (line 1421) | func (v *Value) IsUint8() bool { method IsUint8Slice (line 1427) | func (v *Value) IsUint8Slice() bool { method EachUint8 (line 1436) | func (v *Value) EachUint8(callback func(int, uint8) bool) *Value { method WhereUint8 (line 1449) | func (v *Value) WhereUint8(decider func(int, uint8) bool) *Value { method GroupUint8 (line 1464) | func (v *Value) GroupUint8(grouper func(int, uint8) string) *Value { method ReplaceUint8 (line 1480) | func (v *Value) ReplaceUint8(replacer func(int, uint8) uint8) *Value { method CollectUint8 (line 1493) | func (v *Value) CollectUint8(collector func(int, uint8) interface{}) *Va... method Uint16 (line 1509) | func (v *Value) Uint16(optionalDefault ...uint16) uint16 { method MustUint16 (line 1522) | func (v *Value) MustUint16() uint16 { method Uint16Slice (line 1528) | func (v *Value) Uint16Slice(optionalDefault ...[]uint16) []uint16 { method MustUint16Slice (line 1541) | func (v *Value) MustUint16Slice() []uint16 { method IsUint16 (line 1546) | func (v *Value) IsUint16() bool { method IsUint16Slice (line 1552) | func (v *Value) IsUint16Slice() bool { method EachUint16 (line 1561) | func (v *Value) EachUint16(callback func(int, uint16) bool) *Value { method WhereUint16 (line 1574) | func (v *Value) WhereUint16(decider func(int, uint16) bool) *Value { method GroupUint16 (line 1589) | func (v *Value) GroupUint16(grouper func(int, uint16) string) *Value { method ReplaceUint16 (line 1605) | func (v *Value) ReplaceUint16(replacer func(int, uint16) uint16) *Value { method CollectUint16 (line 1618) | func (v *Value) CollectUint16(collector func(int, uint16) interface{}) *... method Uint32 (line 1634) | func (v *Value) Uint32(optionalDefault ...uint32) uint32 { method MustUint32 (line 1647) | func (v *Value) MustUint32() uint32 { method Uint32Slice (line 1653) | func (v *Value) Uint32Slice(optionalDefault ...[]uint32) []uint32 { method MustUint32Slice (line 1666) | func (v *Value) MustUint32Slice() []uint32 { method IsUint32 (line 1671) | func (v *Value) IsUint32() bool { method IsUint32Slice (line 1677) | func (v *Value) IsUint32Slice() bool { method EachUint32 (line 1686) | func (v *Value) EachUint32(callback func(int, uint32) bool) *Value { method WhereUint32 (line 1699) | func (v *Value) WhereUint32(decider func(int, uint32) bool) *Value { method GroupUint32 (line 1714) | func (v *Value) GroupUint32(grouper func(int, uint32) string) *Value { method ReplaceUint32 (line 1730) | func (v *Value) ReplaceUint32(replacer func(int, uint32) uint32) *Value { method CollectUint32 (line 1743) | func (v *Value) CollectUint32(collector func(int, uint32) interface{}) *... method Uint64 (line 1759) | func (v *Value) Uint64(optionalDefault ...uint64) uint64 { method MustUint64 (line 1772) | func (v *Value) MustUint64() uint64 { method Uint64Slice (line 1778) | func (v *Value) Uint64Slice(optionalDefault ...[]uint64) []uint64 { method MustUint64Slice (line 1791) | func (v *Value) MustUint64Slice() []uint64 { method IsUint64 (line 1796) | func (v *Value) IsUint64() bool { method IsUint64Slice (line 1802) | func (v *Value) IsUint64Slice() bool { method EachUint64 (line 1811) | func (v *Value) EachUint64(callback func(int, uint64) bool) *Value { method WhereUint64 (line 1824) | func (v *Value) WhereUint64(decider func(int, uint64) bool) *Value { method GroupUint64 (line 1839) | func (v *Value) GroupUint64(grouper func(int, uint64) string) *Value { method ReplaceUint64 (line 1855) | func (v *Value) ReplaceUint64(replacer func(int, uint64) uint64) *Value { method CollectUint64 (line 1868) | func (v *Value) CollectUint64(collector func(int, uint64) interface{}) *... method Uintptr (line 1884) | func (v *Value) Uintptr(optionalDefault ...uintptr) uintptr { method MustUintptr (line 1897) | func (v *Value) MustUintptr() uintptr { method UintptrSlice (line 1903) | func (v *Value) UintptrSlice(optionalDefault ...[]uintptr) []uintptr { method MustUintptrSlice (line 1916) | func (v *Value) MustUintptrSlice() []uintptr { method IsUintptr (line 1921) | func (v *Value) IsUintptr() bool { method IsUintptrSlice (line 1927) | func (v *Value) IsUintptrSlice() bool { method EachUintptr (line 1936) | func (v *Value) EachUintptr(callback func(int, uintptr) bool) *Value { method WhereUintptr (line 1949) | func (v *Value) WhereUintptr(decider func(int, uintptr) bool) *Value { method GroupUintptr (line 1964) | func (v *Value) GroupUintptr(grouper func(int, uintptr) string) *Value { method ReplaceUintptr (line 1980) | func (v *Value) ReplaceUintptr(replacer func(int, uintptr) uintptr) *Val... method CollectUintptr (line 1993) | func (v *Value) CollectUintptr(collector func(int, uintptr) interface{})... method Float32 (line 2009) | func (v *Value) Float32(optionalDefault ...float32) float32 { method MustFloat32 (line 2022) | func (v *Value) MustFloat32() float32 { method Float32Slice (line 2028) | func (v *Value) Float32Slice(optionalDefault ...[]float32) []float32 { method MustFloat32Slice (line 2041) | func (v *Value) MustFloat32Slice() []float32 { method IsFloat32 (line 2046) | func (v *Value) IsFloat32() bool { method IsFloat32Slice (line 2052) | func (v *Value) IsFloat32Slice() bool { method EachFloat32 (line 2061) | func (v *Value) EachFloat32(callback func(int, float32) bool) *Value { method WhereFloat32 (line 2074) | func (v *Value) WhereFloat32(decider func(int, float32) bool) *Value { method GroupFloat32 (line 2089) | func (v *Value) GroupFloat32(grouper func(int, float32) string) *Value { method ReplaceFloat32 (line 2105) | func (v *Value) ReplaceFloat32(replacer func(int, float32) float32) *Val... method CollectFloat32 (line 2118) | func (v *Value) CollectFloat32(collector func(int, float32) interface{})... method Float64 (line 2134) | func (v *Value) Float64(optionalDefault ...float64) float64 { method MustFloat64 (line 2147) | func (v *Value) MustFloat64() float64 { method Float64Slice (line 2153) | func (v *Value) Float64Slice(optionalDefault ...[]float64) []float64 { method MustFloat64Slice (line 2166) | func (v *Value) MustFloat64Slice() []float64 { method IsFloat64 (line 2171) | func (v *Value) IsFloat64() bool { method IsFloat64Slice (line 2177) | func (v *Value) IsFloat64Slice() bool { method EachFloat64 (line 2186) | func (v *Value) EachFloat64(callback func(int, float64) bool) *Value { method WhereFloat64 (line 2199) | func (v *Value) WhereFloat64(decider func(int, float64) bool) *Value { method GroupFloat64 (line 2214) | func (v *Value) GroupFloat64(grouper func(int, float64) string) *Value { method ReplaceFloat64 (line 2230) | func (v *Value) ReplaceFloat64(replacer func(int, float64) float64) *Val... method CollectFloat64 (line 2243) | func (v *Value) CollectFloat64(collector func(int, float64) interface{})... method Complex64 (line 2259) | func (v *Value) Complex64(optionalDefault ...complex64) complex64 { method MustComplex64 (line 2272) | func (v *Value) MustComplex64() complex64 { method Complex64Slice (line 2278) | func (v *Value) Complex64Slice(optionalDefault ...[]complex64) []complex... method MustComplex64Slice (line 2291) | func (v *Value) MustComplex64Slice() []complex64 { method IsComplex64 (line 2296) | func (v *Value) IsComplex64() bool { method IsComplex64Slice (line 2302) | func (v *Value) IsComplex64Slice() bool { method EachComplex64 (line 2311) | func (v *Value) EachComplex64(callback func(int, complex64) bool) *Value { method WhereComplex64 (line 2324) | func (v *Value) WhereComplex64(decider func(int, complex64) bool) *Value { method GroupComplex64 (line 2339) | func (v *Value) GroupComplex64(grouper func(int, complex64) string) *Val... method ReplaceComplex64 (line 2355) | func (v *Value) ReplaceComplex64(replacer func(int, complex64) complex64... method CollectComplex64 (line 2368) | func (v *Value) CollectComplex64(collector func(int, complex64) interfac... method Complex128 (line 2384) | func (v *Value) Complex128(optionalDefault ...complex128) complex128 { method MustComplex128 (line 2397) | func (v *Value) MustComplex128() complex128 { method Complex128Slice (line 2403) | func (v *Value) Complex128Slice(optionalDefault ...[]complex128) []compl... method MustComplex128Slice (line 2416) | func (v *Value) MustComplex128Slice() []complex128 { method IsComplex128 (line 2421) | func (v *Value) IsComplex128() bool { method IsComplex128Slice (line 2427) | func (v *Value) IsComplex128Slice() bool { method EachComplex128 (line 2436) | func (v *Value) EachComplex128(callback func(int, complex128) bool) *Val... method WhereComplex128 (line 2449) | func (v *Value) WhereComplex128(decider func(int, complex128) bool) *Val... method GroupComplex128 (line 2464) | func (v *Value) GroupComplex128(grouper func(int, complex128) string) *V... method ReplaceComplex128 (line 2480) | func (v *Value) ReplaceComplex128(replacer func(int, complex128) complex... method CollectComplex128 (line 2493) | func (v *Value) CollectComplex128(collector func(int, complex128) interf... FILE: src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go type Value (line 10) | type Value struct method Data (line 16) | func (v *Value) Data() interface{} { method String (line 21) | func (v *Value) String() string { FILE: src/main.go function init (line 22) | func init() { function main (line 36) | func main() { function createDb (line 52) | func createDb() { FILE: src/server/algorithm/cards.go type Cards (line 3) | type Cards method straight (line 12) | func (this *Cards) straight() uint32 { method straightFlush (line 34) | func (this *Cards) straightFlush() uint32 { method royalFlush (line 60) | func (this *Cards) royalFlush() uint32 { method four (line 86) | func (this *Cards) four(counter *ValueCounter) uint32 { method fullFouse (line 98) | func (this *Cards) fullFouse(counter *ValueCounter) uint32 { method flush (line 117) | func (this *Cards) flush() uint32 { method three (line 148) | func (this *Cards) three(counter *ValueCounter) uint32 { method twoPair (line 160) | func (this *Cards) twoPair() uint32 { method onePair (line 176) | func (this *Cards) onePair() uint32 { function ToValue (line 187) | func ToValue(cards []byte) uint32 { function De (line 196) | func De(v uint32) (uint8, uint32) { function En (line 200) | func En(t uint8, v uint32) uint32 { FILE: src/server/algorithm/cards_test.go function TestFour (line 9) | func TestFour(t *testing.T) { function TestThree (line 19) | func TestThree(t *testing.T) { function TestHighCard (line 26) | func TestHighCard(t *testing.T) { function TestCards_OnePair (line 34) | func TestCards_OnePair(t *testing.T) { function TestCards_Straight (line 41) | func TestCards_Straight(t *testing.T) { function TestCards_Flush (line 65) | func TestCards_Flush(t *testing.T) { function TestCards_TwoPair (line 74) | func TestCards_TwoPair(t *testing.T) { function TestCards_RoyalFlush (line 81) | func TestCards_RoyalFlush(t *testing.T) { function TestCards_FLUSH1 (line 94) | func TestCards_FLUSH1(t *testing.T) { function TestCards_FLUSH (line 108) | func TestCards_FLUSH(t *testing.T) { function TestCards_PK (line 117) | func TestCards_PK(t *testing.T) { function TestCards_StraightFlush (line 126) | func TestCards_StraightFlush(t *testing.T) { function TestCards_FullFouse (line 143) | func TestCards_FullFouse(t *testing.T) { function TestString2Num (line 156) | func TestString2Num(t *testing.T) { function TestFullFouse (line 167) | func TestFullFouse(t *testing.T) { function Test_Straight1 (line 221) | func Test_Straight1(t *testing.T) { function Test_AnalyseCards (line 259) | func Test_AnalyseCards(t *testing.T) { function Test_Append (line 266) | func Test_Append(t *testing.T) { function Test_turnToValue1 (line 273) | func Test_turnToValue1(t *testing.T) { function Test_ColorCounter (line 284) | func Test_ColorCounter(t *testing.T) { function Test_turnToValue (line 293) | func Test_turnToValue(t *testing.T) { FILE: src/server/algorithm/constan.go constant CARDRANK (line 16) | CARDRANK = 13 constant SUITSIZE (line 17) | SUITSIZE = 4 constant TOTAL (line 18) | TOTAL = 13 * 4 constant TYPE_LEN (line 20) | TYPE_LEN = 5 constant CARDS_LEN (line 21) | CARDS_LEN = 7 constant ROYAL_FLUSH (line 31) | ROYAL_FLUSH uint8= 10 constant STRAIGHT_FLUSH (line 32) | STRAIGHT_FLUSH uint8= 9 constant FOUR (line 33) | FOUR uint8= 8 constant FULL_HOUSE (line 34) | FULL_HOUSE uint8= 7 constant FLUSH (line 35) | FLUSH uint8= 6 constant STRAIGHT (line 36) | STRAIGHT uint8= 5 constant THREE (line 37) | THREE uint8= 4 constant TWO_PAIR (line 38) | TWO_PAIR uint8= 3 constant ONE_PAIR (line 39) | ONE_PAIR uint8= 2 constant HIGH_CARD (line 40) | HIGH_CARD uint8= 1 FILE: src/server/algorithm/dealer.go method Shuffle (line 13) | func (this *Cards) Shuffle() { FILE: src/server/algorithm/dealer_test.go function Test_Dealer (line 5) | func Test_Dealer(t *testing.T) { FILE: src/server/algorithm/flush_test.go function TestFlush1 (line 9) | func TestFlush1(t *testing.T) { FILE: src/server/algorithm/pk.go method Counter (line 3) | func (this *Cards) Counter() *ValueCounter { method GetType (line 8) | func (this *Cards) GetType() uint32 { FILE: src/server/algorithm/sort.go function SortCards (line 4) | func SortCards(arr []byte, start, end int8) { function Sort (line 33) | func Sort(cards []byte, start, end int8) { type ColorCounter (line 59) | type ColorCounter method Set (line 61) | func (this *ColorCounter) Set(cards []byte) { method Get (line 72) | func (this *ColorCounter) Get(card byte) uint8 { type ValueCounter (line 76) | type ValueCounter method Set (line 78) | func (this *ValueCounter) Set(cards []byte) { method Get (line 89) | func (this *ValueCounter) Get(card byte) uint8 { function ASort (line 93) | func ASort(arr []byte, start, end int8, counter *ValueCounter) { FILE: src/server/algorithm/sort_test.go function Test11Base (line 5) | func Test11Base(t *testing.T) { function Test10Base (line 14) | func Test10Base(t *testing.T) { FILE: src/server/algorithm/tostring.go method Bytes (line 8) | func (this *Cards) Bytes() []byte { method Len (line 15) | func (this *Cards) Len() int { method Take (line 18) | func (this *Cards) Take() byte { method Append (line 23) | func (this *Cards) Append(cards ...byte) Cards { method Equal (line 30) | func (this *Cards) Equal(cards []byte) bool { function Color (line 41) | func Color(color byte) (char string) { function String2Num (line 55) | func String2Num(c byte) (n byte) { function Num2String (line 86) | func Num2String(n byte) (c byte) { method SetByString (line 118) | func (this *Cards) SetByString(str string) { method String (line 126) | func (this *Cards) String() (str string) { method Hex (line 138) | func (this *Cards) Hex() string { FILE: src/server/base/skeleton.go function NewSkeleton (line 9) | func NewSkeleton() *module.Skeleton { FILE: src/server/game/internal/chanrpc.go function init (line 10) | func init() { function rpcNewAgent (line 16) | func rpcNewAgent(a gate.Agent) { function rpcCloseAgent (line 20) | func rpcCloseAgent(a gate.Agent) { function rpcLoginAgent (line 24) | func rpcLoginAgent(u *model.User, a gate.Agent) { FILE: src/server/game/internal/game_rule.go method startDelay (line 12) | func (r *Room) startDelay(startDelay *startDelay, o *Occupant) { method start (line 18) | func (r *Room) start() { method calc (line 187) | func (r *Room) calc() (pots []handPot) { method action (line 199) | func (r *Room) action(pos uint8) { method ready (line 236) | func (r *Room) ready() { method showdown (line 248) | func (r *Room) showdown() { method betting (line 297) | func (r *Room) betting(o *Occupant, n int32) (raised bool) { method next (line 340) | func (r *Room) next(pos uint8) *Occupant { FILE: src/server/game/internal/module.go function handler (line 18) | func handler(m interface{}, h interface{}) { function init (line 21) | func init() { type Module (line 30) | type Module struct method OnInit (line 34) | func (m *Module) OnInit() { method OnDestroy (line 39) | func (m *Module) OnDestroy() { type Creator (line 43) | type Creator struct method Create (line 46) | func (this *Creator) Create(m interface{}) room.IRoom { FILE: src/server/game/internal/occupant.go type Occupant (line 12) | type Occupant struct method GetRoom (line 35) | func (o *Occupant) GetRoom() room.IRoom { method SetRoom (line 38) | func (o *Occupant) SetRoom(m room.IRoom) { method SetAction (line 41) | func (o *Occupant) SetAction(n int32)error { method GetAction (line 48) | func (o *Occupant) GetAction(timeout time.Duration) int32 { method SetPos (line 66) | func (o *Occupant)SetPos(pos uint8) { method GetPos (line 69) | func (o *Occupant) GetPos() uint8 { method GetUid (line 72) | func (o *Occupant) GetUid() uint32 { method WriteMsg (line 75) | func (o *Occupant) WriteMsg(msg interface{}) { method SetData (line 81) | func (o *Occupant) SetData(d interface{}) { method GetId (line 84) | func (o *Occupant) GetId() uint32 { method SetObserve (line 88) | func (o *Occupant) SetObserve() { method IsObserve (line 92) | func (o *Occupant) IsObserve() bool { method SetOffline (line 96) | func (o *Occupant) SetOffline() { method IsOffline (line 100) | func (o *Occupant) IsOffline() bool { method SetSitdown (line 104) | func (o *Occupant) SetSitdown() { method IsSitdown (line 108) | func (o *Occupant) IsSitdown() bool { method SetGameing (line 112) | func (o *Occupant) SetGameing() { method IsGameing (line 116) | func (o *Occupant) IsGameing() bool { method Replace (line 120) | func (o *Occupant) Replace(value *Occupant) { constant Occupant_status_InGame (line 29) | Occupant_status_InGame int32 = 3 constant Occupant_status_Offline (line 30) | Occupant_status_Offline int32 = 1 constant Occupant_status_Observe (line 31) | Occupant_status_Observe int32 = 2 constant Occupant_status_Sitdown (line 32) | Occupant_status_Sitdown int32 = 0 function NewOccupant (line 126) | func NewOccupant(data *model.User, conn gate.Agent) *Occupant { FILE: src/server/game/internal/pot.go type handBet (line 7) | type handBet struct type handBets (line 12) | type handBets method Len (line 14) | func (p handBets) Len() int { method Less (line 18) | func (p handBets) Less(i, j int) bool { method Swap (line 22) | func (p handBets) Swap(i, j int) { type handPot (line 26) | type handPot struct function calcPot (line 43) | func calcPot(bets []uint32) (pots []handPot) { FILE: src/server/game/internal/pot_test.go function Test_Pot (line 5) | func Test_Pot(t *testing.T) { FILE: src/server/game/internal/room.go constant RUNNING (line 13) | RUNNING uint8= 1 constant GAMEOVER (line 14) | GAMEOVER uint8= 0 type Room (line 17) | type Room struct method New (line 77) | func (r *Room) New(m interface{}) room.IRoom { method WriteMsg (line 95) | func (r *Room) WriteMsg(msg interface{}, exc ...uint32) { method Broadcast (line 109) | func (r *Room) Broadcast(msg interface{}, all bool, exc ...uint32) { method addOccupant (line 134) | func (r *Room) addOccupant(o *Occupant) uint8 { method removeOccupant (line 153) | func (r *Room) removeOccupant(o *Occupant) uint8 { method addObserve (line 164) | func (r *Room) addObserve(o *Occupant) uint8 { method removeObserve (line 176) | func (r *Room) removeObserve(o *Occupant) { method Each (line 186) | func (r *Room) Each(start uint8, f func(o *Occupant) bool) { method Cap (line 202) | func (r *Room) Cap() uint8 { method Len (line 205) | func (r *Room) Len() uint8 { method GetNumber (line 215) | func (r *Room) GetNumber() string { method SetNumber (line 218) | func (r *Room) SetNumber(value string) { method Data (line 222) | func (r *Room) Data() interface{} { return r.Room } method SetData (line 223) | func (r *Room) SetData(d interface{}) { function NewRoom (line 43) | func NewRoom(max uint8, sb, bb uint32, chips uint32, timeout uint8) *Room { type startDelay (line 73) | type startDelay struct FILE: src/server/game/internal/room_internal_handler.go method joinRoom (line 11) | func (r *Room) joinRoom(m *protocol.JoinRoom, o *Occupant) { method leaveAndRecycleChips (line 80) | func (r *Room) leaveAndRecycleChips(o *Occupant) { method leaveRoom (line 89) | func (r *Room) leaveRoom(m *protocol.LeaveRoom, o *Occupant) { method bet (line 114) | func (r *Room) bet(m *protocol.Bet, o *Occupant) { method sitDown (line 136) | func (r *Room) sitDown(m *protocol.SitDown, o *Occupant) { method standUp (line 150) | func (r *Room) standUp(m *protocol.StandUp, o *Occupant) { method chat (line 161) | func (r *Room) chat(m *protocol.Chat, o *Occupant) { FILE: src/server/game/internal/room_test.go function TestRoom_Value (line 9) | func TestRoom_Value(t *testing.T) { function TestRoom_RecvMsg (line 12) | func TestRoom_RecvMsg(t *testing.T) { function TestClose (line 28) | func TestClose(t *testing.T) { function BenchmarkCloseRoom (line 52) | func BenchmarkCloseRoom(t *testing.B) { FILE: src/server/gate/internal/module.go type Module (line 11) | type Module struct method OnInit (line 15) | func (m *Module) OnInit() { method OnDestroy (line 31) | func (gate *Module) OnDestroy() { FILE: src/server/gate/router.go function init (line 9) | func init() { FILE: src/server/login/internal/handler.go function init (line 13) | func init() { function handler (line 19) | func handler(m interface{}, h interface{}) { function handlVersion (line 23) | func handlVersion(m *protocol.Version, a gate.Agent) { function handlLoginUser (line 28) | func handlLoginUser(m *protocol.UserLoginInfo, a gate.Agent) { function onRoomList (line 56) | func onRoomList(m *protocol.RoomList, a gate.Agent) { FILE: src/server/login/internal/module.go type Module (line 13) | type Module struct method OnInit (line 17) | func (m *Module) OnInit() { method OnDestroy (line 21) | func (m *Module) OnDestroy() { FILE: src/server/model/constan.go constant MaxN (line 4) | MaxN = 10 constant MaxLevel (line 5) | MaxLevel = 40 constant Timeout (line 6) | Timeout = 10 constant Agent_Login (line 10) | Agent_Login = "LoginAgent" constant Agent_New (line 11) | Agent_New = "NewAgent" constant Agent_Close (line 12) | Agent_Close = "CloseAgent" constant BET_CALL (line 16) | BET_CALL = "call" constant BET_FOLD (line 17) | BET_FOLD = "fold" constant BET_CHECK (line 18) | BET_CHECK = "check" constant BET_RAISE (line 19) | BET_RAISE = "raise" constant BET_ALLIN (line 20) | BET_ALLIN = "allin" FILE: src/server/model/room_data.go type Room (line 10) | type Room struct method Insert (line 25) | func (u *Room) Insert() (int64, error) { method GetById (line 29) | func (this *Room) GetById() (bool, error) { method CreatedTime (line 34) | func (r *Room) CreatedTime() uint32 { FILE: src/server/model/room_data_test.go function init (line 8) | func init() { function TestUser_UpdateChips (line 12) | func TestUser_UpdateChips(t *testing.T) { FILE: src/server/model/room_list_test.go function BenchmarkCreateNumber (line 8) | func BenchmarkCreateNumber(b *testing.B) { function Benchmark_map (line 27) | func Benchmark_map(b *testing.B) { FILE: src/server/model/user_data.go type User (line 24) | type User struct method GetById (line 12) | func (this *User) GetById() (bool, error) { method GetByAccount (line 16) | func (this *User) GetByAccount() (bool, error) { method GetByUnionId (line 20) | func (this *User) GetByUnionId() (bool, error) { method Insert (line 46) | func (u *User) Insert() error { method UpdateChips (line 65) | func (u *User) UpdateChips(value int32) error { method UpdateLogin (line 77) | func (u *User) UpdateLogin(ip string) error { method UpdateRoomId (line 87) | func (u *User) UpdateRoomId() error { FILE: src/server/model/user_data_test.go function TestUser_UpdateChips2 (line 9) | func TestUser_UpdateChips2(t *testing.T) { function TestUser_Insert (line 14) | func TestUser_Insert(t *testing.T) { function BenchmarkUser_Insert (line 19) | func BenchmarkUser_Insert(b *testing.B) { function TestUserData_Login (line 28) | func TestUserData_Login(t *testing.T) { function TestSeq (line 34) | func TestSeq(t *testing.T) { FILE: src/server/protocol/protocol.go function init (line 33) | func init() { type Version (line 63) | type Version struct type CodeState (line 67) | type CodeState struct type Hello (line 72) | type Hello struct type UserLoginInfo (line 77) | type UserLoginInfo struct type UserLoginInfoResp (line 83) | type UserLoginInfoResp struct type UserInfo (line 93) | type UserInfo struct type RoomInfo (line 102) | type RoomInfo struct type StandUp (line 124) | type StandUp struct type SitDown (line 128) | type SitDown struct type LeaveRoom (line 133) | type LeaveRoom struct type JoinRoom (line 138) | type JoinRoom struct type JoinRoomBroadcast (line 144) | type JoinRoomBroadcast struct type JoinRoomResp (line 148) | type JoinRoomResp struct type PreFlop (line 154) | type PreFlop struct type Flop (line 160) | type Flop struct type Turn (line 166) | type Turn struct type River (line 172) | type River struct type Button (line 178) | type Button struct type Bet (line 189) | type Bet struct type BetPrompt (line 194) | type BetPrompt struct type BetBroadcast (line 198) | type BetBroadcast struct type BetResp (line 204) | type BetResp struct type Pot (line 211) | type Pot struct type Showdown (line 216) | type Showdown struct type ShowdownItem (line 220) | type ShowdownItem struct type RoomList (line 226) | type RoomList struct type Room (line 229) | type Room struct type RoomListResp (line 243) | type RoomListResp struct type Chat (line 247) | type Chat struct