Home
last modified time | relevance | path

Searched refs:legacy_type (Results 1 - 2 of 2) sorted by relevance

/third_party/json/tests/src/
H A Dunit-udt.cpp331 struct legacy_type struct
334 legacy_type() = default;
335 legacy_type(std::string n) : number(std::move(n)) {} in legacy_type() function
370 struct adl_serializer<udt::legacy_type>
372 static void to_json(json& j, const udt::legacy_type& l) in to_json()
377 static void from_json(const json& j, udt::legacy_type& l) in from_json()
421 udt::legacy_type lt{"4242"};
430 auto lt = j.get<udt::legacy_type>();
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc2237 const char* legacy_type = uloc_toLegacyType(key, value.c_str()); in IsValidExtension() local
2238 if (legacy_type == nullptr) { in IsValidExtension()
2252 if (strcmp(legacy_type, item) == 0) { in IsValidExtension()

Completed in 9 milliseconds