Searched defs:SetInteger (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core/Internal/ | ||
D | ChannelArgsSafeHandle.cs | 48 public void SetInteger(int index, string key, int value) in SetInteger() method in Grpc.Core.Internal.ChannelArgsSafeHandle |
/third_party/node/src/tracing/ | ||
D | traced_value.cc | 116 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in node::tracing::TracedValue |
/third_party/cef/libcef/browser/prefs/ | ||
D | pref_store.cc | 145 void CefPrefStore::SetInteger(const std::string& key, int value) { in SetInteger() function in CefPrefStore |
/third_party/gn/src/base/ | ||
D | values.cc | 710 Value* DictionaryValue::SetInteger(std::string_view path, int in_value) { in SetInteger() function in base::DictionaryValue |