Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/
Dtext_handler.h49 IdTypeClass type_class; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h49 IdTypeClass type_class; member
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.h49 IdTypeClass type_class; member
/third_party/protobuf/ruby/lib/google/protobuf/ffi/
Drepeated_field.rb50 def self.new(type, type_class = nil, initial_values = []) argument
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc343 #define SERIALIZE_TABLE_OP(type, type_class) \ argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c22 VALUE type_class; // To GC-root the msgdef/enumdef in type_info. member
Ddefs.c1694 VALUE* type_class, VALUE* init_arg) { in TypeInfo_FromClass()