HomeSort by relevance Sort by last modified time
    Searched refs:types_ (Results 1 - 12 of 12) sorted by null

  /system/tools/aidl/
type_java_unittest.cpp 33 types_.Init();
35 JavaTypeNamespace types_; member in class:android::aidl::java::JavaTypeNamespaceTest
39 EXPECT_TRUE(types_.HasTypeByCanonicalName("void"));
40 EXPECT_TRUE(types_.HasTypeByCanonicalName("int"));
41 EXPECT_TRUE(types_.HasTypeByCanonicalName("java.lang.String"));
46 EXPECT_FALSE(types_.HasTypeByCanonicalName("Foo"));
47 EXPECT_FALSE(types_.HasTypeByCanonicalName("java.util.List<a.goog.Foo>"));
51 EXPECT_TRUE(types_.AddParcelableType(*parcelable.get(), __FILE__));
53 EXPECT_TRUE(types_.HasTypeByCanonicalName("a.goog.Foo"));
54 EXPECT_FALSE(types_.HasTypeByCanonicalName("java.util.List<a.goog.Foo>"))
    [all...]
type_cpp_unittest.cpp 41 types_.Init();
43 TypeNamespace types_; member in class:android::aidl::cpp::CppTypeNamespaceTest
47 EXPECT_TRUE(types_.HasTypeByCanonicalName("byte"));
48 EXPECT_TRUE(types_.HasTypeByCanonicalName("int"));
49 EXPECT_TRUE(types_.HasTypeByCanonicalName("long"));
50 EXPECT_TRUE(types_.HasTypeByCanonicalName("float"));
51 EXPECT_TRUE(types_.HasTypeByCanonicalName("double"));
52 EXPECT_TRUE(types_.HasTypeByCanonicalName("boolean"));
53 EXPECT_TRUE(types_.HasTypeByCanonicalName("char"));
54 EXPECT_TRUE(types_.HasTypeByCanonicalName("String"))
    [all...]
generate_cpp_unittest.cpp 725 types_.Init();
738 &types_,
765 TypeNamespace types_; member in class:android::aidl::cpp::ASTTest
781 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface);
788 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface);
795 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface);
802 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface);
809 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface);
816 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface);
854 ASSERT_TRUE(GenerateCpp(*options_, types_, *interface, io_delegate_))
    [all...]
type_namespace.h 192 std::vector<std::unique_ptr<const T>> types_; member in class:android::aidl::LanguageTypeNamespace
201 types_.emplace_back(type);
254 for (const auto& type : types_) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 293 if (types_.find(value) != types_.end()) {
301 types_[value] = {pInst->words[2], pInst->words[3] != 0,
306 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType};
308 types_[value] = {0, false, IdTypeClass::kOtherType};
314 auto type = types_.find(value);
315 if (type == types_.end()) {
text_handler.h 311 spv_id_to_type_map types_; member in class:libspirv::AssemblyContext
  /art/compiler/utils/
test_dex_file_builder.h 35 : strings_(), types_(), fields_(), protos_(), dex_file_data_() {
47 types_.emplace(descriptor, 0u);
114 for (auto& entry : types_) {
118 header->type_ids_size_ = types_.size();
119 header->type_ids_off_ = types_.empty() ? 0u : type_ids_offset;
121 uint32_t proto_ids_offset = type_ids_offset + types_.size() * sizeof(DexFile::TypeId);
175 for (const auto& entry : types_) {
253 auto it = types_.find(type);
254 CHECK(it != types_.end());
387 std::map<std::string, uint32_t> types_; member in class:art::TestDexFileBuilder
    [all...]
  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 92 types_.push_back(Type{config, type});
97 if ((std::numeric_limits<size_t>::max() - sizeof(TypeSpec)) / sizeof(Type) < types_.size()) {
100 TypeSpec* type_spec = (TypeSpec*)::malloc(sizeof(TypeSpec) + (types_.size() * sizeof(Type)));
102 type_spec->type_count = types_.size();
103 memcpy(type_spec + 1, types_.data(), types_.size() * sizeof(Type));
111 std::vector<Type> types_; member in class:android::__anon40707::TypeSpecPtrBuilder
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 59 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ "Types_", "Descriptor_" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType), global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType.Parser, null, null, null, null)}),
901 types_ = other.types_;
911 private int types_; field in class:UnitTest.Issues.TestProtos.ReservedNames
912 public int Types_ {
913 get { return types_; }
915 types_ = value;
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 586 SymbolTable<Type> types_; member in class:flatbuffers::Parser
  /external/fmtlib/fmt/
format.h 1453 uint64_t types_; member in class:fmt::ArgList
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp     [all...]

Completed in 526 milliseconds