Searched defs:annotations (Results 1 – 5 of 5) sorted by relevance
/thrift-3.4.0/compiler/cpp/src/thrift/generate/ |
D | validator_parser.cc | 50 std::map<std::string, std::vector<std::string>>& annotations) { in parse_field() 94 std::map<std::string, std::vector<std::string>>& annotations) { in parse_bool_field() 103 std::map<std::string, std::vector<std::string>>& annotations) { in parse_enum_field() 113 std::map<std::string, std::vector<std::string>>& annotations) { in parse_double_field() 127 std::map<std::string, std::vector<std::string>>& annotations) { in parse_integer_field() 141 std::map<std::string, std::vector<std::string>>& annotations) { in parse_string_field() 157 std::map<std::string, std::vector<std::string>>& annotations) { in parse_set_field() 164 std::map<std::string, std::vector<std::string>>& annotations) { in parse_list_field() 192 std::map<std::string, std::vector<std::string>>& annotations) { in parse_map_field() 230 std::map<std::string, std::vector<std::string>>& annotations) { in parse_struct_field() [all …]
|
D | t_xml_generator.cc | 170 std::map<std::string, std::vector<std::string>> annotations; in target_namespace() local 443 std::map<std::string, std::vector<std::string>> annotations) { in generate_annotations()
|
D | t_java_generator.cc | 382 bool is_deprecated(const std::map<std::string, std::vector<std::string>>& annotations) { in is_deprecated() 386 bool is_deprecated(const std::map<std::string, std::string>& annotations) { in is_deprecated()
|
/thrift-3.4.0/compiler/cpp/src/thrift/parse/ |
D | t_program.h | 334 …ce_annotations(std::string language, std::map<std::string, std::vector<std::string>> annotations) { in set_namespace_annotations()
|
/thrift-3.4.0/lib/json/ |
D | schema.json | 279 "annotations": { object
|