Home
last modified time | relevance | path

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

/system/host/banjo/lib/
A Dtables_generator.cpp326 auto coded_string_type = std::make_unique<coded::StringType>(std::move(name), max_size, in CompileType() local
328 string_type_map_[string_type] = coded_string_type.get(); in CompileType()
329 coded_types_.push_back(std::move(coded_string_type)); in CompileType()
/system/host/fidl/lib/
A Dtables_generator.cpp370 auto coded_string_type = std::make_unique<coded::StringType>(std::move(name), max_size, in CompileType() local
372 string_type_map_[string_type] = coded_string_type.get(); in CompileType()
373 coded_types_.push_back(std::move(coded_string_type)); in CompileType()

Completed in 33 milliseconds