Searched refs:java_type (Results 1 – 2 of 2) sorted by relevance
462 java_type = None467 java_type = typedef_name # already takes into account arrays469 if not java_type:470 if not java_type and entry.enum and metadata_type == 'byte':492 java_type = '%s%s' %(base_type, additional)495 return java_type
534 auto java_type = java_types_.FindTypeByCanonicalName("p.Bar"); in TEST_F() local535 ASSERT_NE(nullptr, java_type); in TEST_F()536 EXPECT_EQ("p.Bar", java_type->InstantiableName()); in TEST_F()