Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/libjsonpb/verify/
H A Dverify.cpp113 std::unique_ptr<Message> scratch_space(fields.NewMessage()); in AllFieldsAreKnown() local
154 bool EqReformattedJson(const std::string& json, google::protobuf::Message* scratch_space, in EqReformattedJson()
201 ErrorOr<std::string> FormatJson(const std::string& json, google::protobuf::Message* scratch_space) { in FormatJson()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dreflection.h175 const T& Get(int index, T* scratch_space) const { in Get()
226 const T& Get(int index, T* scratch_space) const { in Get()
354 ActualType scratch_space; in Get() local
421 AccessorValueType* scratch_space) in RepeatedFieldRefIterator()
H A Dreflection_internal.h67 Value* scratch_space) const override { in GetIteratorValue()
97 Value* scratch_space) const override { in Get()
151 Value* scratch_space) const override { in Get()
214 Value* scratch_space) const override { in Get()
H A Drepeated_field_reflection_unittest.cc293 ForeignMessage scratch_space; in TEST() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dreflection.h175 const T& Get(int index, T* scratch_space) const { in Get()
226 const T& Get(int index, T* scratch_space) const { in Get()
354 ActualType scratch_space; in Get() local
421 AccessorValueType* scratch_space) in RepeatedFieldRefIterator()
H A Dreflection_internal.h67 Value* scratch_space) const override { in GetIteratorValue()
97 Value* scratch_space) const override { in Get()
151 Value* scratch_space) const override { in Get()
214 Value* scratch_space) const override { in Get()
H A Drepeated_field_reflection_unittest.cc293 ForeignMessage scratch_space; in TEST() local
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h50 bool scratch_space = true; member