Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb298 def optional(name, type, number, type_class=nil, options=nil) argument
302 def proto3_optional(name, type, number, type_class=nil, options=nil) argument
307 def required(name, type, number, type_class=nil, options=nil) argument
311 def repeated(name, type, number, type_class = nil, options=nil) argument
366 def internal_add_field(label, name, type, number, type_class, options, argument
430 def optional(name, type, number, type_class=nil, options=nil) argument
/external/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb298 def optional(name, type, number, type_class=nil, options=nil) argument
302 def proto3_optional(name, type, number, type_class=nil, options=nil) argument
307 def required(name, type, number, type_class=nil, options=nil) argument
311 def repeated(name, type, number, type_class = nil, options=nil) argument
366 def internal_add_field(label, name, type, number, type_class, options, argument
430 def optional(name, type, number, type_class=nil, options=nil) argument
/external/cronet/tot/third_party/protobuf/ruby/lib/google/protobuf/
Ddescriptor_dsl.rb298 def optional(name, type, number, type_class=nil, options=nil) argument
302 def proto3_optional(name, type, number, type_class=nil, options=nil) argument
307 def required(name, type, number, type_class=nil, options=nil) argument
311 def repeated(name, type, number, type_class = nil, options=nil) argument
366 def internal_add_field(label, name, type, number, type_class, options, argument
430 def optional(name, type, number, type_class=nil, options=nil) argument
/external/googleapis/google/cloud/visionai/v1/
Dstreaming_resources.proto94 string type_class = 1; field
/external/googleapis/google/cloud/visionai/v1alpha1/
Dstreaming_resources.proto94 string type_class = 1; field
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h49 IdTypeClass type_class; member
/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.h49 IdTypeClass type_class; member
/external/angle/third_party/spirv-tools/src/source/
Dtext_handler.h49 IdTypeClass type_class; member
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc320 #define SERIALIZE_TABLE_OP(type, type_class) \ argument
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.cc324 #define SERIALIZE_TABLE_OP(type, type_class) \ argument
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc320 #define SERIALIZE_TABLE_OP(type, type_class) \ argument
/external/cronet/stable/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c45 VALUE type_class; // To GC-root the msgdef/enumdef in type_info. member
Ddefs.c1235 VALUE* type_class, VALUE* init_arg) { in TypeInfo_FromClass()
/external/cronet/tot/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c45 VALUE type_class; // To GC-root the msgdef/enumdef in type_info. member
Ddefs.c1235 VALUE* type_class, VALUE* init_arg) { in TypeInfo_FromClass()
/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c45 VALUE type_class; // To GC-root the msgdef/enumdef in type_info. member
Ddefs.c1235 VALUE* type_class, VALUE* init_arg) { in TypeInfo_FromClass()
/external/python/asn1crypto/tests/
Dtest_core.py475 def parse_universal_type(self, input_filename, type_class, native): argument