Searched defs:TYPE_INT32 (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.h | 101 TYPE_INT32 = 5, enumerator |
D | descriptor.proto | 117 TYPE_INT32 = 5; enumerator |
D | descriptor.h | 353 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator |
D | descriptor.pb.cc | 2528 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 778 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32; variable |
/external/nanopb-c/generator/proto/google/protobuf/ | ||
D | descriptor.proto | 115 TYPE_INT32 = 5; enumerator |
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ | ||
D | Extension.java | 62 public static final int TYPE_INT32 = 5; field in Extension |
/external/nanopb-c/generator/google/protobuf/ | ||
D | descriptor.py | 366 TYPE_INT32 = 5 variable in FieldDescriptor |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 387 TYPE_INT32 = 5 variable in FieldDescriptor |