Home | History | Annotate | Download | only in proto

Lines Matching refs:That

7 // modification, are permitted provided that the following conditions are
43 - There are getters that return a field's value if set,
50 That is, optional or required field int32 f becomes F *int32.
54 - Constants are defined to hold the default values of all fields that
64 - Extensions are given descriptor names that start with E_,
66 that contain it (if any) followed by the CamelCased name of the
138 // Types that are valid to be assigned to Union:
380 // Deterministic serialization guarantees that for a given binary, equal
387 // Note that the deterministic serialization is NOT canonical across
406 // Bool is a helper routine that allocates a new bool value
412 // Int32 is a helper routine that allocates a new int32 value
418 // Int is a helper routine that allocates a new int32 value
427 // Int64 is a helper routine that allocates a new int64 value
433 // Float32 is a helper routine that allocates a new float32 value
439 // Float64 is a helper routine that allocates a new float64 value
445 // Uint32 is a helper routine that allocates a new uint32 value
451 // Uint64 is a helper routine that allocates a new uint64 value
457 // String is a helper routine that allocates a new string value
476 // value, it returns an int32 that can be cast to the enum type by the caller.
605 // It only modifies fields that are both unset and have defined defaults.
794 // Note that sf.index is not set on return.
826 // We now know that ft is a pointer or slice.
945 // to assert that that code is compatible with this version of the proto package.
949 // to assert that that code is compatible with this version of the proto package.
953 // to assert that that code is compatible with this version of the proto package.