Searched refs:value_out (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Du_cache_test.c75 cache_test_value *value_out; local
90 value_out = (cache_test_value *) util_cache_get(cache, key);
91 assert(value_out == NULL);
106 value_out = util_cache_get(cache, key);
107 assert(value_out != NULL);
108 assert(value_in == value_out);
109 assert(*value_in == *value_out);
/external/mesa3d/src/gallium/tests/unit/
H A Du_cache_test.c75 cache_test_value *value_out; local
90 value_out = (cache_test_value *) util_cache_get(cache, key);
91 assert(value_out == NULL);
106 value_out = util_cache_get(cache, key);
107 assert(value_out != NULL);
108 assert(value_in == value_out);
109 assert(*value_in == *value_out);
/external/chromium_org/third_party/webrtc/base/
H A Datomicops.h95 bool PeekFront(T* value_out) { argument
104 *value_out = data_[popped_count_ % capacity_];
111 bool PopFront(T* value_out) { argument
112 if (PeekFront(value_out)) {
/external/chromium_org/chrome_elf/
H A Dchrome_elf_util.cc36 base::string16* value_out) {
38 value_out->clear();
72 *value_out = raw_value;
81 DWORD* value_out) {
83 *value_out = 0;
96 DWORD size = sizeof(*value_out);
99 reinterpret_cast<BYTE*>(value_out), &size);
103 return result == ERROR_SUCCESS && size == sizeof(*value_out);
34 ReadKeyValueString(bool system_install, const wchar_t* key_path, const wchar_t* guid, const wchar_t* value_to_read, base::string16* value_out) argument
79 ReadKeyValueDW(bool system_install, const wchar_t* key_path, base::string16 guid, const wchar_t* value_to_read, DWORD* value_out) argument
/external/chromium_org/v8/src/
H A Dcode-stubs.cc212 void CodeStub::Dispatch(Isolate* isolate, uint32_t key, void** value_out, argument
219 call(pstub, value_out); \
227 *value_out = NULL;
234 void** value_out) {
236 reinterpret_cast<CodeStubDescriptor*>(value_out);
244 void** value_out = reinterpret_cast<void**>(desc); local
245 Dispatch(isolate, key, value_out, &InitializeDescriptorDispatchedCall);
249 void CodeStub::GetCodeDispatchCall(CodeStub* stub, void** value_out) { argument
250 Handle<Code>* code_out = reinterpret_cast<Handle<Code>*>(value_out);
259 void** value_out local
233 InitializeDescriptorDispatchedCall(CodeStub* stub, void** value_out) argument
[all...]
H A Dcode-stubs.h264 typedef void (*DispatchedCall)(CodeStub* stub, void** value_out);
265 static void Dispatch(Isolate* isolate, uint32_t key, void** value_out,
268 static void GetCodeDispatchCall(CodeStub* stub, void** value_out);
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service_unittest.cc63 SyncStatusCode* status_out, R* value_out,
67 DCHECK(value_out);
70 *value_out = value;
62 AssignValueAndQuit(base::RunLoop* run_loop, SyncStatusCode* status_out, R* value_out, SyncStatusCode status, typename AssignTrait<R>::ArgumentType value) argument
/external/chromium_org/sync/syncable/
H A Ddirectory.h198 sync_pb::DataTypeProgressMarker* value_out) const;
201 std::string* value_out) const;
H A Ddirectory.cc901 sync_pb::DataTypeProgressMarker* value_out) const {
903 return value_out->CopyFrom(
909 std::string* value_out) const {
912 value_out);

Completed in 361 milliseconds