Searched defs:coded_name (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dc_generator.h50 std::string coded_name; member in struct:fidl::CGenerator::NamedMessage
83 std::string coded_name; member in struct:fidl::CGenerator::NamedStruct
89 std::string coded_name; member in struct:fidl::CGenerator::NamedTable
H A Dcoded_ast.h78 Type(Kind kind, std::string coded_name, uint32_t size, CodingNeeded coding_needed) argument
82 const std::string coded_name; member in struct:fidl::coded::Type
/fuchsia/zircon/system/host/fidl/lib/
H A Dc_generator.cpp671 std::string coded_name = NameTable(c_name); local
680 std::string coded_name = NameTable(c_name); local
687 std::string coded_name = NameTable(c_name); local
706 std::string coded_name = c_name + "Coded"; local
718 std::string coded_name = c_name + "Coded"; local
[all...]

Completed in 12 milliseconds