Home
last modified time | relevance | path

Searched defs:SetInt (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc172 void ChannelArguments::SetInt(const std::string& key, int value) { in SetInt() function in grpc::ChannelArguments
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/
Dpi_jit_config.h110 bool SetInt(PyObject *value) { in SetInt() function
/third_party/protobuf/src/google/protobuf/json/internal/
Dparser_traits.h359 static void SetInt(Field f, Msg& msg, Int x) { in SetInt() function
/third_party/grpc/test/cpp/common/
Dchannel_arguments_test.cc133 TEST_F(ChannelArgumentsTest, SetInt) { in TEST_F() argument
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h785 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt() function
/third_party/mesa3d/src/imgui/
Dimgui.cpp1964 void ImGuiStorage::SetInt(ImGuiID key, int val) in SetInt() function in ImGuiStorage