Home
last modified time | relevance | path

Searched refs:new_value (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/
Dproto_decoder.h222 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/
Dgtest.h371 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/
Dtesting.md1177 `void SetValue(const std::string& new_value)`
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.h3844 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/
Dperfetto.h3006 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);