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

/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py387 CPPTYPE_INT64 = 2 variable in class:FieldDescriptor
402 TYPE_INT64: CPPTYPE_INT64,
403 TYPE_SINT64: CPPTYPE_INT64,
404 TYPE_SFIXED64: CPPTYPE_INT64,
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py447 CPPTYPE_INT64 = 2 variable in class:FieldDescriptor
462 TYPE_INT64: CPPTYPE_INT64,
463 TYPE_SINT64: CPPTYPE_INT64,
464 TYPE_SFIXED64: CPPTYPE_INT64,
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h121 CPPTYPE_INT64 = 2, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Ddescriptor.h477 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64 enumerator in enum:google::protobuf::FieldDescriptor::CppType
564 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no

Completed in 203 milliseconds