/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.h | 49 IdTypeClass type_class; member 56 (first.type_class == second.type_class); 69 return type.type_class == IdTypeClass::kScalarIntegerType; in isScalarIntegral() 74 return type.type_class == IdTypeClass::kScalarFloatType; in isScalarFloating() 81 switch (type.type_class) { in assumedBitWidth()
|
D | text_handler.cpp | 245 switch (type.type_class) { in binaryEncodeNumericLiteral()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | text_handler.h | 49 IdTypeClass type_class; member 56 (first.type_class == second.type_class); 69 return type.type_class == IdTypeClass::kScalarIntegerType; in isScalarIntegral() 74 return type.type_class == IdTypeClass::kScalarFloatType; in isScalarFloating() 81 switch (type.type_class) { in assumedBitWidth()
|
D | text_handler.cpp | 245 switch (type.type_class) { in binaryEncodeNumericLiteral()
|
/external/angle/third_party/spirv-tools/src/source/ |
D | text_handler.h | 49 IdTypeClass type_class; member 56 (first.type_class == second.type_class); 69 return type.type_class == IdTypeClass::kScalarIntegerType; in isScalarIntegral() 74 return type.type_class == IdTypeClass::kScalarFloatType; in isScalarFloating() 81 switch (type.type_class) { in assumedBitWidth()
|
D | text_handler.cpp | 245 switch (type.type_class) { in binaryEncodeNumericLiteral()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 115 upb_fieldtype_t type, VALUE type_class, in native_slot_set() argument 117 native_slot_set_value_and_case(name, type, type_class, memory, value, NULL, 0); in native_slot_set() 121 upb_fieldtype_t type, VALUE type_class, in native_slot_set_value_and_case() argument 180 } else if (CLASS_OF(value) != type_class) { in native_slot_set_value_and_case() 183 char* field_type_name = rb_class2name(type_class); in native_slot_set_value_and_case() 192 converted_value = rb_class_new_instance(1, args, type_class); in native_slot_set_value_and_case() 203 converted_value = rb_class_new_instance(1, args, type_class); in native_slot_set_value_and_case() 228 VALUE lookup = rb_funcall(type_class, rb_intern("resolve"), 1, value); in native_slot_set_value_and_case() 273 VALUE type_class, in native_slot_get() argument 288 VALUE symbol = enum_lookup(type_class, INT2NUM(val)); in native_slot_get() [all …]
|
D | defs.c | 1535 VALUE type_class, in msgdef_add_field() argument 1545 if (type_class != Qnil) { in msgdef_add_field() 1546 Check_Type(type_class, T_STRING); in msgdef_add_field() 1549 type_class = rb_str_append(rb_str_new2("."), type_class); in msgdef_add_field() 1550 rb_funcall(fielddef_rb, rb_intern("submsg_name="), 1, type_class); in msgdef_add_field() 1591 VALUE type_class, options = Qnil; in MessageBuilderContext_optional() local 1593 rb_scan_args(argc, argv, "32", &name, &type, &number, &type_class, &options); in MessageBuilderContext_optional() 1597 if (argc == 4 && RB_TYPE_P(type_class, T_HASH)) { in MessageBuilderContext_optional() 1598 options = type_class; in MessageBuilderContext_optional() 1599 type_class = Qnil; in MessageBuilderContext_optional() [all …]
|
D | protobuf.h | 342 VALUE type_class, 350 VALUE type_class, 356 VALUE type_class,
|
D | encode_decode.c | 1062 VALUE type_class, in put_ruby_value() argument 1098 value = rb_funcall(type_class, rb_intern("resolve"), 1, value); in put_ruby_value()
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | componentinfo.py | 454 type_class = _component_type_map.get(type_name) 455 if type_class is None: 461 info = type_class.parse(subpath,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/ |
D | componentinfo.py | 454 type_class = _component_type_map.get(type_name) 455 if type_class is None: 461 info = type_class.parse(subpath,
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | __init__.py | 229 getbaseclasses(type_class) 424 'type' : type_class,
|
D | AppleScript_Suite.py | 1368 class type_class(aetools.ComponentItem): class 1946 type_class._superclassnames = [] 1947 type_class._privpropdict = { 1949 type_class._privelemdict = { 2159 'type' : type_class,
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.cc | 573 #define SERIALIZE_TABLE_OP(type, type_class) \ argument 574 ((type - 1) + static_cast<int>(type_class) * FieldMetadata::kNumTypes) 577 FieldMetadata::FieldTypeClass type_class) { in CalculateType() argument 578 return SERIALIZE_TABLE_OP(type, type_class); in CalculateType()
|
D | generated_message_table_driven.h | 114 static int CalculateType(int fundamental_type, FieldTypeClass type_class);
|
/external/python/asn1crypto/tests/ |
D | test_core.py | 475 def parse_universal_type(self, input_filename, type_class, native): argument 478 parsed = type_class.load(der)
|