Searched defs:TYPE_UINT64 (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.h | 100 TYPE_UINT64 = 4, enumerator |
D | descriptor.proto | 114 TYPE_UINT64 = 4; enumerator |
D | descriptor.h | 352 TYPE_UINT64 = 4, // uint64, varint on the wire. enumerator |
D | descriptor.pb.cc | 2527 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_UINT64; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 777 static const Type TYPE_UINT64 = FieldDescriptorProto_Type_TYPE_UINT64; variable |
/external/nanopb-c/generator/proto/google/protobuf/ | ||
D | descriptor.proto | 112 TYPE_UINT64 = 4; enumerator |
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ | ||
D | Extension.java | 61 public static final int TYPE_UINT64 = 4; field in Extension |
/external/nanopb-c/generator/google/protobuf/ | ||
D | descriptor.py | 365 TYPE_UINT64 = 4 variable in FieldDescriptor |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 386 TYPE_UINT64 = 4 variable in FieldDescriptor |