Lines Matching defs:value
82 const protobuf::EnumValueDescriptor* value = in GetDefault() local
100 void Load(int32_t* value) const { in Load()
106 void Load(int64_t* value) const { in Load()
112 void Load(uint32_t* value) const { in Load()
118 void Load(uint64_t* value) const { in Load()
124 void Load(double* value) const { in Load()
130 void Load(float* value) const { in Load()
136 void Load(bool* value) const { in Load()
142 void Load(Enum* value) const { in Load()
151 void Load(std::string* value) const { in Load()
157 void Load(std::unique_ptr<protobuf::Message>* value) const { in Load()
232 void Create(const T& value) const { in Create()
237 void Store(int32_t value) const { in Store()
244 void Store(int64_t value) const { in Store()
251 void Store(uint32_t value) const { in Store()
258 void Store(uint64_t value) const { in Store()
265 void Store(double value) const { in Store()
272 void Store(float value) const { in Store()
279 void Store(bool value) const { in Store()
286 void Store(const Enum& value) const { in Store()
296 void Store(const std::string& value) const { in Store()
303 void Store(const std::unique_ptr<protobuf::Message>& value) const { in Store()
314 void InsertRepeated(const T& value) const { in InsertRepeated()
325 void PushBackRepeated(int32_t value) const { in PushBackRepeated()
330 void PushBackRepeated(int64_t value) const { in PushBackRepeated()
335 void PushBackRepeated(uint32_t value) const { in PushBackRepeated()
340 void PushBackRepeated(uint64_t value) const { in PushBackRepeated()
345 void PushBackRepeated(double value) const { in PushBackRepeated()
350 void PushBackRepeated(float value) const { in PushBackRepeated()
355 void PushBackRepeated(bool value) const { in PushBackRepeated()
360 void PushBackRepeated(const Enum& value) const { in PushBackRepeated()
368 void PushBackRepeated(const std::string& value) const { in PushBackRepeated()
373 void PushBackRepeated(const std::unique_ptr<protobuf::Message>& value) const { in PushBackRepeated()