Home
last modified time | relevance | path

Searched defs:ParseDictionary (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dstructured_headers.h44 inline std::optional<Dictionary> ParseDictionary(std::string_view str) { in ParseDictionary() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dstructured_headers_generated_test.cc3831 TEST(StructuredHeaderGeneratedTest, ParseDictionary) { in TEST() argument
H A Dstructured_headers.cc905 std::optional<Dictionary> ParseDictionary(absl::string_view str) { in ParseDictionary() function
H A Dstructured_headers_test.cc446 TEST(StructuredHeaderTest, ParseDictionary) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/brotli/common/
H A Dshared_dictionary.c274 static BROTLI_BOOL ParseDictionary(const uint8_t* encoded, size_t size, in ParseDictionary() function
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dschema.cc535 bool Schema::InternalStorage::ParseDictionary( in ParseDictionary() function in policy::Schema::InternalStorage