Home
last modified time | relevance | path

Searched refs:vector_map (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/dumpsys/bundler/
Dtest.cc29 std::vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>>* vector_map,
61 std::vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>> vector_map; in TEST_F() local
63 ASSERT_TRUE(CreateBinarySchemaBundle(&builder, filenames, &vector_map, &bundled_names)); in TEST_F()
64 ASSERT_EQ(0, vector_map.size()); in TEST_F()
Dbundler.cc80 std::vector<flatbuffers::Offset<BundledSchemaMap>>* vector_map, in CreateBinarySchemaBundle() argument
83 assert(vector_map != nullptr); in CreateBinarySchemaBundle()
107 vector_map->push_back(CreateBundledSchemaMap(*builder, name, data)); in CreateBinarySchemaBundle()
238 std::vector<flatbuffers::Offset<BundledSchemaMap>> vector_map; in WriteBundledSchema() local
239 if (!CreateBinarySchemaBundle(&builder, bfbs_filenames, &vector_map, &bundled_names)) { in WriteBundledSchema()
254 auto schema_offset = CreateBundledSchemaDirect(builder, title, main_root_name, &vector_map); in WriteBundledSchema()