Home
last modified time | relevance | path

Searched defs:field_type (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Drepeated_field.c65 upb_fieldtype_t field_type = self->field_type; in RepeatedField_subarray() local
88 upb_fieldtype_t field_type = self->field_type; in RepeatedField_each() local
111 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index() local
160 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_set() local
170 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_set() local
214 upb_fieldtype_t field_type = self->field_type; in RepeatedField_push() local
230 upb_fieldtype_t field_type = self->field_type; in RepeatedField_push_native() local
242 upb_fieldtype_t field_type = self->field_type; in RepeatedField_index_native() local
257 upb_fieldtype_t field_type = self->field_type; in RepeatedField_pop_one() local
338 upb_fieldtype_t field_type = self->field_type; in RepeatedField_dup() local
[all …]
Dprotobuf.h348 upb_fieldtype_t field_type; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set.h866 static inline void Add(int number, FieldType field_type, in Add()
871 static inline string* Add(int number, FieldType field_type, in Add()
882 MutableRepeated(int number, FieldType field_type, in MutableRepeated()
917 static inline void Set(int number, FieldType field_type, in Set()
941 static inline void Add(int number, FieldType field_type, in Add()
958 FieldType field_type, in MutableRepeated()
995 static inline MutableType Mutable(int number, FieldType field_type, in Mutable()
1000 static inline void SetAllocated(int number, FieldType field_type, in SetAllocated()
1004 static inline void UnsafeArenaSetAllocated(int number, FieldType field_type, in UnsafeArenaSetAllocated()
1040 static inline MutableType Add(int number, FieldType field_type, in Add()
[all …]
Dextension_set_heavy.cc133 inline WireFormatLite::FieldType field_type(FieldType type) { in field_type() function
Ddescriptor.h1885 inline bool FieldDescriptor::IsTypePackable(Type field_type) { in IsTypePackable()
Dextension_set.cc347 void* ExtensionSet::MutableRawRepeatedField(int number, FieldType field_type, in MutableRawRepeatedField()
Ddescriptor.cc2357 string field_type; in DebugString() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto111 optional int32 field_type = 33; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): argument
Dpython_message.py1003 def _BytesForNonRepeatedElement(value, field_number, field_type): argument
Dreflection_test.py1041 def AddDescriptorField(proto, field_name, field_type): argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc330 const google::protobuf::Type* field_type = NULL; in PopulateChildren() local
Dprotostream_objectsource.cc261 const google::protobuf::Type* field_type = in RenderMap() local
1016 const google::protobuf::Type* field_type = in IsMap() local
Dprotostream_objectwriter.cc1185 const google::protobuf::Type* field_type = in IsMap() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc297 JavaType GetJavaType(FieldDescriptor::Type field_type) { in GetJavaType()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc363 const char* FieldTypeName(FieldDescriptor::Type field_type) { in FieldTypeName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc574 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type) { in GetObjectiveCType()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp1115 const char *field_type; member