Home
last modified time | relevance | path

Searched refs:ref_string (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc335 std::string ref_string, def_string; in LLVMFuzzerTestOneInput() local
337 parser, parser.builder_.GetBufferPointer(), &ref_string)); in LLVMFuzzerTestOneInput()
340 if (ref_string != def_string) { in LLVMFuzzerTestOneInput()
342 ref_string.c_str()); in LLVMFuzzerTestOneInput()
/external/libchrome/components/policy/core/common/
Dschema.cc388 std::string ref_string; in DetermineStorageSizes() local
389 if (schema.GetString(schema::kRef, &ref_string)) { in DetermineStorageSizes()
473 std::string ref_string; in Parse() local
474 if (schema.GetString(schema::kRef, &ref_string)) { in Parse()
480 reference_list->push_back(std::make_pair(ref_string, index)); in Parse()