HomeSort by relevance Sort by last modified time
    Searched defs:get_ (Results 1 - 3 of 3) sorted by null

  /external/libcxxabi/test/
unwind_06.pass.cpp 17 double get_(int x) { return (double)x; } function
19 double (* volatile get)(int) = get_;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
unwind_06.pass.cpp 17 double get_(int x) { return (double)x; } function
19 double (* volatile get)(int) = get_;
  /external/v8/src/
property-descriptor.h 85 Handle<Object> get() const { return get_; }
86 void set_get(Handle<Object> get) { get_ = get; }
87 bool has_get() const { return !get_.is_null(); }
111 Handle<Object> get_; member in class:v8::internal::PropertyDescriptor

Completed in 817 milliseconds