Home
last modified time | relevance | path

Searched refs:item_type (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/depstest/
Ddepstest.py89 item_type = item["type"]
92 (item_type, name, parents))
119 print "Info: %s %s does not need to depend on %s\n" % (item_type, name, dep)
136 (item_type, name, file_name, symbol, neededItem))
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc236 const Descriptor* item_type = file->FindMessageTypeByName("Item"); in TEST_F() local
237 ASSERT_TRUE(item_type != NULL); in TEST_F()
240 const FieldDescriptor* key_field = item_type->FindFieldByName("key"); in TEST_F()
/external/freetype/src/pfr/
Dpfrload.c54 FT_UInt num_items, item_type, item_size; in pfr_extra_items_parse() local
64 item_type = PFR_NEXT_BYTE( p ); in pfr_extra_items_parse()
75 if ( extra->type == item_type ) in pfr_extra_items_parse()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc4625 const Descriptor* item_type = field->message_type(); in ValidateMapKey() local
4626 if (item_type == NULL) { in ValidateMapKey()
4639 item_type->full_name() + "." + key_name); in ValidateMapKey()
4644 item_type->full_name() + "\"."); in ValidateMapKey()