OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseInfoTree
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.h
238
class LIBPROTOBUF_EXPORT
ParseInfoTree
{
240
ParseInfoTree
();
241
~
ParseInfoTree
();
251
ParseInfoTree
* GetTreeForNested(const FieldDescriptor* field,
262
ParseInfoTree
* CreateNested(const FieldDescriptor* field);
269
typedef map<const FieldDescriptor*, vector<
ParseInfoTree
*> > NestedMap;
274
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
ParseInfoTree
);
307
void WriteLocationsTo(
ParseInfoTree
* tree) {
336
ParseInfoTree
* parse_info_tree_;
342
// Hack:
ParseInfoTree
declares TextFormat as a friend which should exten
[
all
...]
text_format.cc
100
TextFormat::
ParseInfoTree
::
ParseInfoTree
() { }
102
TextFormat::
ParseInfoTree
::~
ParseInfoTree
() {
109
void TextFormat::
ParseInfoTree
::RecordLocation(
115
TextFormat::
ParseInfoTree
* TextFormat::
ParseInfoTree
::CreateNested(
118
TextFormat::
ParseInfoTree
* instance = new TextFormat::
ParseInfoTree
();
119
vector<TextFormat::
ParseInfoTree
*>* trees = &nested_[field]
[
all
...]
text_format_unittest.cc
747
TextFormat::
ParseInfoTree
* info_tree) {
756
void ExpectLocation(TextFormat::
ParseInfoTree
* tree,
807
TextFormat::
ParseInfoTree
tree;
832
TextFormat::
ParseInfoTree
* nested_tree =
845
TextFormat::
ParseInfoTree
* unknown_nested_tree =
[
all
...]
Completed in 178 milliseconds