Lines Matching refs:Protobuf
3 This library provides functions to parse a JSON file to a structured Protobuf
17 - If the Protobuf schema uses 64-bit integers (`(s|fixed|u|)int64`):
24 - If the Protobuf schema uses special floating point values:
51 it against a Protobuf message definition.
54 Protobuf message (using `libjsonpbparse`), it also checks the following:
58 - Whether the Protobuf file defines JSON keys clearly. The JSON keys must be
59 the `json_name` option of a Protobuf field, or name of a Protobuf field if
62 in the following Protobuf file, only keys `foo_bar` and `barBaz` are allowed
76 ## Defining a JSON schema using Protobuf
79 before defining a Protobuf object as a JSON schema. In general:
96 ## Validating a JSON file against a Protobuf definition