Searched refs:ParseLocation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h227 struct ParseLocation { struct in class:google::protobuf::TextFormat
231 ParseLocation() : line(-1), column(-1) {} function in struct:google::protobuf::TextFormat::ParseLocation
232 ParseLocation(int line_param, int column_param) function in struct:google::protobuf::TextFormat::ParseLocation
246 ParseLocation GetLocation(const FieldDescriptor* field, int index) const;
259 void RecordLocation(const FieldDescriptor* field, ParseLocation location);
265 typedef map<const FieldDescriptor*, vector<ParseLocation> > LocationMap;
348 ParseLocation location);
357 ParseLocation location) {
H A Dtext_format.cc111 TextFormat::ParseLocation location) {
137 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation(
142 const vector<TextFormat::ParseLocation>* locations =
145 return TextFormat::ParseLocation();
438 ParseLocation(start_line, start_column));
H A Dtext_format_unittest.cc759 TextFormat::ParseLocation location = tree->GetLocation(
/external/chromium_org/extensions/common/features/
H A Dsimple_feature_unittest.cc554 TEST(SimpleFeatureTest, ParseLocation) {

Completed in 818 milliseconds