Home | History | Annotate | Download | only in jsonpb

Lines Matching refs:Be

17 // contributors may be used to endorse or promote products derived from
24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
72 // value, and for newlines to be appear between fields and array
107 // also implement JSONPBUnmarshaler so that the custom format can be
118 // should also implement JSONPBMarshaler so that the custom format can be
234 // "RFC 3339, where generated output will always be Z-normalized
394 // it will be converted as follows: {"@type": xxx, "value": yyy}.
395 // Otherwise, the value will be converted into a JSON object,
396 // and the "@type" field will be inserted to indicate the actual data type."
532 // value. Such values should _not_ be quoted or they will be interpreted
705 // prop may be nil.
711 // If input value is "null" and target is a pointer type, then the field should be treated as not set
712 // UNLESS the target is structpb.Value, in which case it should be set to structpb.NullValue.
776 return fmt.Errorf("can't generate JSON for Any's nested proto to be unmarshaled: %v", err)
907 // Be liberal in what names we accept; both orig_name and camelName are okay.
979 // Pick any field to be the scapegoat.
1048 // Non-finite numbers can be encoded as strings.
1057 // integers & floats can be encoded as strings. In this case we drop
1113 // If this turns out to be inefficient we can always consider other options,