Home
last modified time | relevance | path

Searched defs:field_path (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc77 const std::vector<google::protobuf::util::MessageDifferencer::SpecificField>& in ReportAdded()
85 const std::vector<google::protobuf::util::MessageDifferencer::SpecificField>& in ReportDeleted()
93 const std::vector<google::protobuf::util::MessageDifferencer::SpecificField>& in ReportModified()
1115 const std::vector<SpecificField>& field_path) { in CheckPathChanged()
1755 const std::vector<SpecificField>& field_path, bool left_side) { in PrintPath()
1787 const std::vector<SpecificField>& field_path, bool left_side, in PrintPath()
1793 const Message& message, const std::vector<SpecificField>& field_path, in PrintValue()
1864 const std::vector<SpecificField>& field_path) { in ReportAdded()
1874 const std::vector<SpecificField>& field_path) { in ReportDeleted()
1884 const std::vector<SpecificField>& field_path) { in ReportModified()
[all …]
Dmessage_differencer_unittest.cc70 std::vector<std::string> field_path = in GetFieldDescriptor() local
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
Dcompose-eval.cc69 Status TrySetOrAddValue(const FlatbufferFieldPath* field_path, in TrySetOrAddValue()
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc114 const FlatbufferFieldPath* field_path, MutableFlatbuffer** parent, in GetFieldWithParent()
252 const auto* field_path = path->field(); in Mutable() local
Dmutable_test.cc239 OwnedFlatbuffer<FlatbufferFieldPath, std::string> field_path = in TEST_F() local
/external/perfetto/src/protozero/filtering/
Dmessage_filter.cc290 std::string field_path; in IncrementCurrentFieldUsage() local
/external/python/apitools/apitools/base/py/
Dencoding_helper.py251 def _GetField(message, field_path): argument
259 def _SetField(dictblob, field_path, value): argument
/external/libchrome/base/json/
Djson_value_converter.h102 const std::string& field_path() const { return field_path_; } in field_path() function