• Home
  • Raw
  • Download

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()
152 void Load(std::string* value) const { in Load()
158 void Load(std::unique_ptr<protobuf::Message>* value) const { in Load()
168 bool CanStore(const T& value) const { in CanStore()
172 bool CanStore(const std::string& value) const { in CanStore()
251 void Create(const T& value) const { in Create()
256 void Store(int32_t value) const { in Store()
263 void Store(int64_t value) const { in Store()
270 void Store(uint32_t value) const { in Store()
277 void Store(uint64_t value) const { in Store()
284 void Store(double value) const { in Store()
291 void Store(float value) const { in Store()
298 void Store(bool value) const { in Store()
305 void Store(const Enum& value) const { in Store()
315 void Store(const std::string& value) const { in Store()
322 void Store(const std::unique_ptr<protobuf::Message>& value) const { in Store()
333 void InsertRepeated(const T& value) const { in InsertRepeated()
344 void PushBackRepeated(int32_t value) const { in PushBackRepeated()
349 void PushBackRepeated(int64_t value) const { in PushBackRepeated()
354 void PushBackRepeated(uint32_t value) const { in PushBackRepeated()
359 void PushBackRepeated(uint64_t value) const { in PushBackRepeated()
364 void PushBackRepeated(double value) const { in PushBackRepeated()
369 void PushBackRepeated(float value) const { in PushBackRepeated()
374 void PushBackRepeated(bool value) const { in PushBackRepeated()
379 void PushBackRepeated(const Enum& value) const { in PushBackRepeated()
387 void PushBackRepeated(const std::string& value) const { in PushBackRepeated()
392 void PushBackRepeated(const std::unique_ptr<protobuf::Message>& value) const { in PushBackRepeated()