Home
last modified time | relevance | path

Searched defs:ParseLocation (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dtext_format.h473 struct ParseLocation { struct
477 ParseLocation() : line(-1), column(-1) {} in ParseLocation() argument
478 ParseLocation(int line_param, int column_param) in ParseLocation() argument
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp214 static size_t ParseLocation(const std::string &FileName) { in ParseLocation() function