Home
last modified time | relevance | path

Searched defs:get_value (Results 1 – 25 of 91) sorted by relevance

1234

/external/bcc/src/cc/api/
DBPFTable.h132 virtual StatusTuple get_value(const int& index, ValueType& value) { in get_value() function
177 StatusTuple get_value(const int& index, std::vector<ValueType>& value) { in get_value() function
206 virtual StatusTuple get_value(const KeyType& key, ValueType& value) { in get_value() function
279 StatusTuple get_value(const KeyType& key, std::vector<ValueType>& value) { in get_value() function
DBPFTable.cc42 StatusTuple BPFTable::get_value(const std::string& key_str, in get_value() function in ebpf::BPFTable
59 StatusTuple BPFTable::get_value(const std::string& key_str, in get_value() function in ebpf::BPFTable
578 StatusTuple BPFDevmapTable::get_value(const int& index, in get_value() function in ebpf::BPFDevmapTable
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-behavior.hpp56 T get_value() const { in get_value() function in rxcpp::subjects::detail::behavior_observer
84 T get_value() const { in get_value() function in rxcpp::subjects::behavior
/external/deqp/external/openglcts/modules/gles31/
Des31cFramebufferNoAttachmentsTests.cpp313 GLint get_value = ~0; in iterate() local
390 GLint get_value = ~0; in iterate() local
411 GLint get_value = ~0; in iterate() local
437 GLint get_value = ~0; in iterate() local
/external/llvm-project/libcxx/test/support/
Dis_transparent.h127 int get_value() const { in get_value() function
157 int get_value() const { in get_value() function
/external/clang/test/CodeGen/
Dtypedef.c6 int get_value(PValue v) { in get_value() function
/external/llvm-project/clang/test/CodeGen/
Dtypedef.c6 int get_value(PValue v) { in get_value() function
/external/clang/test/SemaCXX/
Dcxx11-user-defined-literals-unused.cpp12 double get_value() { return value<double>(); } in get_value() function
/external/llvm-project/clang/test/SemaCXX/
Dcxx11-user-defined-literals-unused.cpp12 double get_value() { return value<double>(); } in get_value() function
/external/tensorflow/tensorflow/python/data/ops/
Doptional_ops.py85 def get_value(self, name=None): member in Optional
181 def get_value(self, name=None): member in _OptionalImpl
/external/grpc-grpc/src/ruby/stress/
Dstress_client.rb46 def get_value method in QpsGauge
Dmetrics_server.rb27 def get_value method in Gauge
/external/llvm-project/lldb/examples/summaries/cocoa/
Dcache.py30 def get_value(self, key, default=None): member in Cache
/external/autotest/client/common_lib/
Dautotest_enum.py66 def get_value(self, name): member in AutotestEnum
Denum.py64 def get_value(self, name): member in Enum
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh51 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
109 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
141 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() function
180 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
237 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
268 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
342 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
Dhb-ot-math-table.hh80 hb_position_t get_value (hb_ot_math_constant_t constant, in get_value() function
176 hb_position_t get_value (hb_codepoint_t glyph, in get_value() function
207 hb_position_t get_value (hb_codepoint_t glyph, in get_value() function
249 hb_position_t get_value (hb_position_t correction_height, hb_font_t *font) const in get_value() function
/external/deqp-deps/glslang/SPIRV/
Dhex_float.h55 uint16_t get_value() const { return val; } in get_value() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
Dhex_float.h55 uint16_t get_value() const { return val; } in get_value() function
/external/arm-trusted-firmware/include/drivers/
Dgpio.h25 int (*get_value)(int gpio); member
/external/jsoncpp/
Damalgamate.py44 def get_value(self): member in AmalgamationFile
/external/rust/crates/intrusive-collections/src/
Dadapter.rs55 unsafe fn get_value( in get_value() method

1234