Searched defs:CPPTYPE_INT32 (Results 1 - 4 of 4) sorted by relevance
/external/nanopb-c/generator/google/protobuf/ | ||
H A D | descriptor.py | 386 CPPTYPE_INT32 = 1 variable in class:FieldDescriptor 407 TYPE_INT32: CPPTYPE_INT32, 408 TYPE_SFIXED32: CPPTYPE_INT32, 409 TYPE_SINT32: CPPTYPE_INT32, |
/external/protobuf/python/google/protobuf/ | ||
H A D | descriptor.py | 407 CPPTYPE_INT32 = 1 variable in class:FieldDescriptor 428 TYPE_INT32: CPPTYPE_INT32, 429 TYPE_SFIXED32: CPPTYPE_INT32, 430 TYPE_SINT32: CPPTYPE_INT32, |
/external/protobuf/src/google/protobuf/ | ||
H A D | wire_format_lite.h | 120 CPPTYPE_INT32 = 1, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType |
H A D | descriptor.h | 379 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 enumerator in enum:google::protobuf::FieldDescriptor::CppType 461 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no |
Completed in 60 milliseconds