Searched refs:new_value (Results 1 – 5 of 5) sorted by relevance
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/ |
D | proto_decoder.h | 222 uint64_t new_value = 0; variable 224 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value); 232 curr_value_ = static_cast<CppType>(new_value);
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/ |
D | gtest.h | 371 void SetValue(const std::string& new_value) { in SetValue() argument 372 value_ = new_value; in SetValue()
|
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/ |
D | testing.md | 1177 `void SetValue(const std::string& new_value)`
|
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
D | perfetto.h | 3844 uint64_t new_value = 0; variable 3846 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value); 3854 curr_value_ = static_cast<CppType>(new_value); 54652 uint64_t new_value = 0; 54654 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value); 54662 curr_value_ = static_cast<CppType>(new_value);
|
/device/generic/goldfish-opengl/system/profiler/ |
D | perfetto.h | 3006 uint64_t new_value = 0; 3008 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value); 3016 curr_value_ = static_cast<CppType>(new_value); 130968 uint64_t new_value = 0; 130970 proto_utils::ParseVarInt(read_ptr_, data_end_, &new_value); 130978 curr_value_ = static_cast<CppType>(new_value);
|