Searched refs:is_void (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dadb_client_socket.h35 bool is_void,
41 void ReadResponse(const CommandCallback& callback, bool is_void, int result);
44 bool is_void,
H A Dadb_client_socket.cc118 bool is_void = current_query_ < queries_.size() - 1; local
119 SendCommand(query, is_void,
186 bool is_void,
195 is_void));
197 ReadResponse(callback, is_void, result);
201 bool is_void,
214 is_void,
217 OnResponseHeader(callback, is_void, response_buffer, result);
222 bool is_void,
245 if (!is_void) {
185 SendCommand(const std::string& command, bool is_void, const CommandCallback& callback) argument
200 ReadResponse(const CommandCallback& callback, bool is_void, int result) argument
220 OnResponseHeader( const CommandCallback& callback, bool is_void, scoped_refptr<net::IOBuffer> response_buffer, int result) argument
[all...]
/external/chromium_org/chrome/test/chromedriver/net/
H A Dadb_client_socket.h46 bool is_void,
52 void ReadResponse(const CommandCallback& callback, bool is_void, int result);
55 bool is_void,
H A Dadb_client_socket.cc268 bool is_void = current_query_ < queries_.size() - 1; local
269 SendCommand(query, is_void,
382 bool is_void,
391 is_void));
393 ReadResponse(callback, is_void, result);
397 bool is_void,
410 is_void,
413 OnResponseHeader(callback, is_void, response_buffer, result);
418 bool is_void,
441 if (!is_void) {
381 SendCommand(const std::string& command, bool is_void, const CommandCallback& callback) argument
396 ReadResponse(const CommandCallback& callback, bool is_void, int result) argument
416 OnResponseHeader( const CommandCallback& callback, bool is_void, scoped_refptr<net::IOBuffer> response_buffer, int result) argument
[all...]
/external/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
H A Dpointer_to.pass.cpp33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value,
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A Dlvalue_ref.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Drvalue_ref.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Darray.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dclass.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Denum.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dfloating_point.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dfunction.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dintegral.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dmember_function_pointer.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dmember_object_pointer.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dnullptr.pass.cpp21 static_assert(!std::is_void<T>::value, "");
H A Dpointer.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dunion.pass.cpp19 static_assert(!std::is_void<T>::value, "");
H A Dvoid.pass.cpp19 static_assert( std::is_void<T>::value, "");
/external/chromium_org/base/
H A Dtemplate_util.h56 template <class T> struct is_void : false_type {}; struct in namespace:base
57 template <> struct is_void<void> : true_type {}; struct in namespace:base
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dtemplate_util.h44 template <class T> struct is_void : false_type {}; struct in namespace:i18n::addressinput
45 template <> struct is_void<void> : true_type {}; struct in namespace:i18n::addressinput
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dtemplate_util.h41 template <class T> struct is_void : false_type {}; struct in namespace:i18n::phonenumbers
42 template <> struct is_void<void> : true_type {}; struct in namespace:i18n::phonenumbers
/external/chromium_org/third_party/webrtc/base/
H A Dtemplate_util.h46 template <class T> struct is_void : false_type {}; struct in namespace:rtc
47 template <> struct is_void<void> : true_type {}; struct in namespace:rtc
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtemplate_util.h48 template <class T> struct is_void : false_type {}; struct in namespace:webrtc
49 template <> struct is_void<void> : true_type {}; struct in namespace:webrtc
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCythonScope.py81 type_object.is_void = True

Completed in 1650 milliseconds

12