HomeSort by relevance Sort by last modified time
    Searched refs:V8_WARN_UNUSED_RESULT (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/platform/
socket.h 49 bool Bind(int port) V8_WARN_UNUSED_RESULT;
50 bool Listen(int backlog) V8_WARN_UNUSED_RESULT;
51 Socket* Accept() V8_WARN_UNUSED_RESULT;
54 bool Connect(const char* host, const char* port) V8_WARN_UNUSED_RESULT;
63 int Send(const char* buffer, int length) V8_WARN_UNUSED_RESULT;
64 int Receive(char* buffer, int length) V8_WARN_UNUSED_RESULT;
condition-variable.h 81 bool WaitFor(Mutex* mutex, const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
93 Event* Pre() V8_WARN_UNUSED_RESULT;
mutex.h 75 bool TryLock() V8_WARN_UNUSED_RESULT;
175 bool TryLock() V8_WARN_UNUSED_RESULT;
semaphore.h 73 bool WaitFor(const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
  /external/chromium_org/v8/src/utils/
random-number-generator.h 66 V8_INLINE int NextInt() V8_WARN_UNUSED_RESULT {
76 int NextInt(int max) V8_WARN_UNUSED_RESULT;
83 V8_INLINE bool NextBool() V8_WARN_UNUSED_RESULT {
92 double NextDouble() V8_WARN_UNUSED_RESULT;
102 int Next(int bits) V8_WARN_UNUSED_RESULT;
  /external/chromium_org/v8/include/
v8config.h 350 // int foo() V8_WARN_UNUSED_RESULT;
352 # define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
354 # define V8_WARN_UNUSED_RESULT /* NOT SUPPORTED */
  /external/chromium_org/v8/src/
globals.h 363 // Newly written code should use V8_WARN_UNUSED_RESULT.
364 #define MUST_USE_RESULT V8_WARN_UNUSED_RESULT

Completed in 124 milliseconds