Home
last modified time | relevance | path

Searched refs:metadata_collection (Results 1 – 3 of 3) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dshortnumberinfo.cc50 PhoneMetadataCollection metadata_collection; in ShortNumberInfo() local
51 if (!LoadCompiledInMetadata(&metadata_collection)) { in ShortNumberInfo()
55 for (const auto& metadata : metadata_collection.metadata()) { in ShortNumberInfo()
Dphonenumberutil.cc838 PhoneMetadataCollection metadata_collection; in PhoneNumberUtil() local
839 if (!LoadCompiledInMetadata(&metadata_collection)) { in PhoneNumberUtil()
847 metadata_collection.metadata().begin(); in PhoneNumberUtil()
848 it != metadata_collection.metadata().end(); in PhoneNumberUtil()
/third_party/gn/docs/
Dreference.md175 * [metadata_collection: About metadata and its collection.](#metadata_collection)
7491 ### <a name="metadata_collection"></a>**Metadata Collection**