Searched defs:RecordLocation (Results 1 - 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
H A D | text_format.h | 344 void RecordLocation(const FieldDescriptor* field, ParseLocation location); 449 static inline void RecordLocation(ParseInfoTree* info_tree, 458 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, function in class:google::protobuf::TextFormat 461 info_tree->RecordLocation(field, location); |
H A D | text_format.cc | 125 void TextFormat::ParseInfoTree::RecordLocation( function in class:google::protobuf::TextFormat::ParseInfoTree 502 RecordLocation(parse_info_tree_, field, |
/external/clang/include/clang/Serialization/ | ||
H A D | ASTReader.h | 1163 struct RecordLocation { struct in class:clang::ASTReader 1164 RecordLocation(ModuleFile *M, uint64_t O) function in struct:clang::ASTReader::RecordLocation 1175 RecordLocation TypeCursorForIndex(unsigned Index); 1197 RecordLocation DeclCursorForID(serialization::DeclID ID, 1204 RecordLocation getLocalBitOffset(uint64_t GlobalOffset); |
Completed in 90 milliseconds