Searched defs:CPPTYPE_INT32 (Results 1 - 4 of 4) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py386 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 Ddescriptor.py407 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 Dwire_format_lite.h120 CPPTYPE_INT32 = 1, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Ddescriptor.h379 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 118 milliseconds