Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc685 std::vector<const FieldDescriptor*> ordered_fields; in GenerateFieldAccessorDeclarations() local
2200 std::vector<const FieldDescriptor*> ordered_fields = in GenerateParseOffsets() local
2302 std::vector<const FieldDescriptor*> ordered_fields = in GenerateParseAuxTable() local
3615 std::vector<const FieldDescriptor*> ordered_fields = in GenerateSerializeWithCachedSizesBody() local
Dcpp_helpers.cc1389 std::vector<const FieldDescriptor*> ordered_fields; in GenerateParserLoop() local
1771 const std::vector<const FieldDescriptor*>& ordered_fields) { in GenerateParseLoop()