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

/external/icu/icu4c/source/test/depstest/
H A 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/
H A Dimporter_unittest.cc236 const Descriptor* item_type = file->FindMessageTypeByName("Item"); local
237 ASSERT_TRUE(item_type != NULL);
240 const FieldDescriptor* key_field = item_type->FindFieldByName("key");
/external/freetype/src/pfr/
H A Dpfrload.c54 FT_UInt num_items, item_type, item_size; local
64 item_type = PFR_NEXT_BYTE( p );
75 if ( extra->type == item_type )
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc4625 const Descriptor* item_type = field->message_type(); local
4626 if (item_type == NULL) {
4632 // Find the field in item_type named by "experimental_map_key"
4639 item_type->full_name() + "." + key_name);
4644 item_type->full_name() + "\".");

Completed in 206 milliseconds