Searched refs:TypeSpec (Results 1 – 7 of 7) sorted by relevance
24 import com.squareup.javapoet.TypeSpec;157 final TypeSpec baseClass = TypeSpec.classBuilder(CLASS_BASE) in process()169 TypeSpec.classBuilder(CLASS_MOBILE) in process()177 TypeSpec.classBuilder(CLASS_TV) in process()185 TypeSpec.classBuilder(CLASS_WEAR) in process()193 TypeSpec.classBuilder(CLASS_AUTO) in process()201 TypeSpec.classBuilder(CLASS_ARC) in process()
66 const TypeSpec* type_spec = package->GetTypeSpecByTypeIndex(type_index); in TEST()153 const TypeSpec* type_spec = package->GetTypeSpecByTypeIndex(type_index); in TEST()194 const TypeSpec* type_spec = package->GetTypeSpecByTypeIndex(0); in TEST()338 const TypeSpec* type_spec = package->GetTypeSpecByTypeIndex(type_index); in TEST()370 const TypeSpec* type_spec = package->GetTypeSpecByTypeIndex(type_index); in TEST_P()392 const TypeSpec* type_spec = package->GetTypeSpecByTypeIndex(type_index); in TEST_P()402 [] (const TypeSpec::TypeEntry& x) { return x.config.orientation == 0 && in TEST_P()412 [](const TypeSpec::TypeEntry& x) { return x.config.orientation == in TEST_P()
33 import com.squareup.javapoet.TypeSpec;143 private TypeSpec generateTypeSpec(@NonNull InspectableClassModel model) { in generateTypeSpec()149 TypeSpec.Builder builder = TypeSpec in generateTypeSpec()
50 struct TypeSpec { struct244 inline const TypeSpec* GetTypeSpecByTypeIndex(uint8_t type_index) const { in GetTypeSpecByTypeIndex()303 std::unordered_map<uint8_t, TypeSpec> type_specs_;
369 std::vector<const TypeSpec::TypeEntry*> type_entries;
59 TypeSpec::TypeEntry& entry = type_entries.emplace_back(); in AddType()64 TypeSpec Build() { in Build()73 std::vector<TypeSpec::TypeEntry> type_entries;391 const TypeSpec* type_spec = GetTypeSpecByTypeIndex(*type_idx); in FindEntryByName()796 TypeSpec type_spec = entry.second->Build(); in Load()
850 const TypeSpec* type_spec = loaded_package->GetTypeSpecByTypeIndex(type_idx); in FindEntryInternal()869 const TypeSpec::TypeEntry* type_entry = (use_filtered) ? filtered_group.type_entries[i] in FindEntryInternal()1501 package.loaded_package_->ForEachTypeSpec([&](const TypeSpec& type_spec, uint8_t type_id) { in RebuildFilterList()