Home
last modified time | relevance | path

Searched defs:SetInteger (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelArgsSafeHandle.cs48 public void SetInteger(int index, string key, int value) in SetInteger() method in Grpc.Core.Internal.ChannelArgsSafeHandle
/external/cronet/components/prefs/android/
Dpref_service_android.cc68 void PrefServiceAndroid::SetInteger(JNIEnv* env, in SetInteger() function in PrefServiceAndroid
/external/libchrome/components/policy/core/common/
Dpreg_parser_unittest.cc81 void SetInteger(RegistryDict* dict, const std::string& name, int value) { in SetInteger() function
/external/cronet/components/prefs/
Dpref_value_map.cc127 void PrefValueMap::SetInteger(const std::string& key, const int value) { in SetInteger() function in PrefValueMap
Dtesting_pref_store.cc148 void TestingPrefStore::SetInteger(const std::string& key, int value) { in SetInteger() function in TestingPrefStore
Dpref_service.cc422 void PrefService::SetInteger(const std::string& path, int value) { in SetInteger() function in PrefService
/external/cronet/base/trace_event/
Dtraced_value.cc101 void SetInteger(const char* name, int value) override { in SetInteger() function in base::trace_event::__anon20c3171c0111::PickleWriter
483 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in base::trace_event::TracedValue
Dtrace_event_stub.h102 void SetInteger(const char* name, int value) {} in SetInteger() function
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp351 void CFXJSE_Value::SetInteger(v8::Isolate* pIsolate, int32_t nInteger) { in SetInteger() function in CFXJSE_Value
Dcjx_object.cpp337 void CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger() function in CJX_Object
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc89 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in base::trace_event::TracedValue
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc248 void SetInteger(int64_t data, sample::Enum type) override {} in SetInteger() function in mojo::__anonf3a732ab0111::IntegerAccessorImpl
Dinterface_ptr_unittest.cc191 void SetInteger(int64_t data, sample::Enum type) override { in SetInteger() function in mojo::test::__anon686e75b60111::IntegerAccessorImpl
/external/libchrome/base/
Dvalues.cc765 Value* DictionaryValue::SetInteger(StringPiece path, int in_value) { in SetInteger() function in base::DictionaryValue