Searched refs:ReadFromString (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/stg/ |
H A D | proto_reader.h | 33 Id ReadFromString(Runtime&, Graph&, std::string_view);
|
H A D | abigail_reader.h | 38 Id ReadFromString(Runtime& runtime, Graph& graph, std::string_view xml);
|
H A D | proto_reader.cc | 523 Id ReadFromString(Runtime& runtime, Graph& graph, std::string_view input) { in ReadFromString() function
|
H A D | abigail_reader.cc | 1416 Id ReadFromString(Runtime& runtime, Graph& graph, const std::string_view xml) { in ReadFromString() function
|
/aosp_15_r20/external/stg/fuzz/ |
H A D | proto_reader_fuzzer.cc | 34 stg::proto::ReadFromString(runtime, graph, std::string_view(data, size)); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | TextPairs.h | 23 bool ReadFromString(const UString &text);
|
H A D | TextPairs.cpp | 167 bool CPairsStorage::ReadFromString(const UString &text) in ReadFromString() function in CPairsStorage
|
H A D | FSFolder.cpp | 338 return _comments.ReadFromString(unicodeString); in LoadComments()
|
/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/ |
H A D | anonymous_bits_test.cc | 103 TEST(AnonymousBits, ReadFromString) { in TEST() argument
|