HomeSort by relevance Sort by last modified time
    Searched refs:cpp_type (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/nanopb-c/generator/proto/
plugin_pb2.py 27 number=1, type=9, cpp_type=9, label=3,
34 number=2, type=9, cpp_type=9, label=1,
41 number=15, type=11, cpp_type=10, label=3,
69 number=1, type=9, cpp_type=9, label=1,
76 number=2, type=9, cpp_type=9, label=1,
83 number=15, type=9, cpp_type=9, label=1,
110 number=1, type=9, cpp_type=9, label=1,
117 number=15, type=11, cpp_type=10, label=3,
nanopb_pb2.py 58 number=1010, type=11, cpp_type=10, label=1,
66 number=1010, type=11, cpp_type=10, label=1,
74 number=1010, type=11, cpp_type=10, label=1,
82 number=1010, type=11, cpp_type=10, label=1,
98 number=1, type=5, cpp_type=1, label=1,
105 number=2, type=5, cpp_type=1, label=1,
112 number=3, type=14, cpp_type=8, label=1,
119 number=4, type=8, cpp_type=7, label=1,
126 number=5, type=8, cpp_type=7, label=1,
  /system/connectivity/shill/test-scripts/
crypto_util_pb2.py 82 number=1, type=12, cpp_type=9, label=1,
89 number=2, type=12, cpp_type=9, label=2,
117 number=1, type=14, cpp_type=8, label=2,
124 number=2, type=12, cpp_type=9, label=1,
152 number=1, type=12, cpp_type=9, label=1,
159 number=2, type=12, cpp_type=9, label=1,
166 number=3, type=12, cpp_type=9, label=1,
173 number=4, type=12, cpp_type=9, label=1,
201 number=1, type=14, cpp_type=8, label=2,
  /external/nanopb-c/generator/google/protobuf/compiler/
plugin_pb2.py 31 number=1, type=9, cpp_type=9, label=3,
38 number=2, type=9, cpp_type=9, label=1,
45 number=15, type=11, cpp_type=10, label=3,
73 number=1, type=9, cpp_type=9, label=1,
80 number=2, type=9, cpp_type=9, label=1,
87 number=15, type=9, cpp_type=9, label=1,
114 number=1, type=9, cpp_type=9, label=1,
121 number=15, type=11, cpp_type=10, label=3,
  /system/tools/aidl/
type_cpp.cpp 85 const std::string& cpp_type,
90 : Type(kind, package, aidl_type, {header}, cpp_type, read_method,
92 header, cpp_type,
105 const std::string& cpp_type,
110 "::std::unique_ptr<::std::vector<" + cpp_type + ">>",
114 "::std::vector<" + cpp_type + ">",
122 const std::string& cpp_type,
126 : Type(kind, package, aidl_type, {header, "vector"}, cpp_type, read_method,
154 const std::string& cpp_type,
160 cpp_type, read_method, write_method, array_type, nullable_type)
    [all...]
type_cpp.h 39 const std::string& cpp_type,
79 // |cpp_type| is what we use in the generated C++ code (e.g. "int32_t").
96 const std::string& cpp_type,
103 : Type(kind, package, aidl_type, header, cpp_type, read_method,
aidl_unittest.cpp 277 auto cpp_type = cpp_types_.FindTypeByCanonicalName("p.Bar"); local
278 ASSERT_NE(nullptr, cpp_type);
279 EXPECT_EQ("::p::Bar", cpp_type->CppType());
281 cpp_type->GetHeaders(&headers);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 68 switch (descriptor_->cpp_type()) {
86 type_traits_.append(PrimitiveTypeName(descriptor_->cpp_type()));
141 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
179 switch (descriptor_->cpp_type()) {
cpp_field.cc 107 switch (field->cpp_type()) {
122 switch (field->cpp_type()) {
137 switch (field->cpp_type()) {
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 74 switch (field->cpp_type()) {
99 switch (field->cpp_type()) {
159 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
190 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
245 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
dynamic_message.cc 97 switch (field->cpp_type()) {
117 switch (field->cpp_type()) {
148 switch (field->cpp_type()) {
301 switch (field->cpp_type()) {
390 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
397 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
406 switch (field->cpp_type()) {
439 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
450 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
477 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &
    [all...]
extension_set.cc 56 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon21854
247 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), WireFormatLite::CPPTYPE_##CPPTYPE)
271 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
301 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
415 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
444 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
475 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
504 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
544 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
576 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE)
    [all...]
generated_message_reflection.cc 119 " Field type: " << cpptype_names_[field->cpp_type()];
144 if (field->cpp_type() != FieldDescriptor::CPPTYPE_##CPPTYPE) \
251 switch (field->cpp_type()) {
290 switch (field->cpp_type()) {
347 switch (field->cpp_type()) {
371 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type();
374 switch (field->cpp_type()) {
406 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type();
434 switch (field1->cpp_type()) {
458 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field1->cpp_type();
    [all...]
extension_set_heavy.cc 127 inline FieldDescriptor::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal
141 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
166 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
213 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
254 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
260 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
319 switch (cpp_type(type)) {
347 switch (cpp_type(type)) {
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 94 if (descriptor->cpp_type() ==
108 } else if (descriptor->cpp_type() ==
132 descriptor->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) {
143 descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
154 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
202 descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 51 // of the value depends on the field's cpp_type. Following is a mapping from
52 // cpp_type to the type that should be used in this interface:
54 // field->cpp_type() T Actual type of void*
249 static const FieldDescriptor::CppType cpp_type = \
269 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
270 PrimitiveTraits<T>::cpp_type;
285 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
300 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
328 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
reflection.h 98 internal::RefTypeTraits<T>::cpp_type, NULL);
163 message, field, internal::RefTypeTraits<T>::cpp_type, NULL);
220 internal::RefTypeTraits<T>::cpp_type,
295 message, field, internal::RefTypeTraits<T>::cpp_type,
313 // of the value depends on the field's cpp_type. Following is a mapping from
314 // cpp_type to the type that should be used in this interface:
316 // field->cpp_type() T Actual type of void*
511 static const FieldDescriptor::CppType cpp_type = \
531 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
532 PrimitiveTraits<T>::cpp_type;
547 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
562 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
590 static const FieldDescriptor::CppType cpp_type = member in struct:google::protobuf::internal::RefTypeTraits
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
266 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
275 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
281 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
317 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
323 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
380 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
443 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
568 elif item[0].cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
600 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE
    [all...]
type_checkers.py 56 def GetTypeChecker(cpp_type, field_type):
60 cpp_type: C++ type of the field (see descriptor.py).
67 if (cpp_type == _FieldDescriptor.CPPTYPE_STRING and
70 return _VALUE_CHECKERS[cpp_type]
  /external/nanopb-c/generator/google/protobuf/
text_format.py 98 if field.cpp_type != descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
115 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
124 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM:
130 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
137 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_BOOL:
212 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
  /art/runtime/lambda/
shorty_field_type.h 450 #define SHORTY_FIELD_TYPE_SELECT_IMPL(cpp_type, enum_element) \
453 using type = cpp_type; \
457 struct ShortyFieldTypeSelectEnum<cpp_type> { \
  /external/protobuf/python/google/protobuf/
text_format.py 144 if field.cpp_type != descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
171 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
184 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM:
190 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
203 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_BOOL:
208 elif field.cpp_type in _FLOAT_TYPES and float_format is not None:
358 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
  /external/protobuf/python/google/protobuf/internal/
python_message.py 38 # descriptor's cpp_type is CPPTYPE_MESSAGE.
278 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
293 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
333 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
339 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
396 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
594 elif item[0].cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
635 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
705 if extension_handle.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
    [all...]
cpp_message.py 307 cdescriptor.cpp_type == _CPPTYPE_MESSAGE):
320 cdescriptor.cpp_type != _CPPTYPE_MESSAGE):
359 cdescriptor.cpp_type == _CPPTYPE_MESSAGE):
364 if cdescriptor.cpp_type == _CPPTYPE_MESSAGE:
440 if field.cpp_type == _CPPTYPE_MESSAGE:
444 elif field.cpp_type == _CPPTYPE_MESSAGE:
482 if field_cdescriptor.cpp_type == _CPPTYPE_MESSAGE:
488 elif field_cdescriptor.cpp_type == _CPPTYPE_MESSAGE:
530 child_cdescriptor.cpp_type == _CPPTYPE_MESSAGE):
545 child_cdescriptor.cpp_type == _CPPTYPE_MESSAGE)
    [all...]
type_checkers.py 73 if (field.cpp_type == _FieldDescriptor.CPPTYPE_STRING and
76 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM:
78 return _VALUE_CHECKERS[field.cpp_type]

Completed in 797 milliseconds

1 2 3