Home
last modified time | relevance | path

Searched defs:AsValue (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc480 inline bool AsValue(cJSON* json_value, int32_t* value) { in AsValue() function
490 inline bool AsValue(cJSON* json_value, uint64_t* value) { in AsValue() function
497 inline bool AsValue(cJSON* json_value, uint32_t* value) { in AsValue() function
506 inline bool AsValue(cJSON* json_value, uint8_t* value) { in AsValue() function
515 inline bool AsValue(cJSON* json_value, float* value) { in AsValue() function
535 inline bool AsValue(cJSON* json_value, T (*value)[N]) { in AsValue() function
540 inline bool AsValue(cJSON* json_value, char (*value)[N]) { in AsValue() function
552 inline bool AsValue(cJSON* json_value, T* t) { in AsValue() function
564 inline bool AsValue(cJSON* json_value, std::vector<T>* value) { in AsValue() function
573 inline bool AsValue(cJSON* json_value, std::pair<F, S>* value) { in AsValue() function
[all …]
/external/libchrome/base/test/
Dtest_pending_task.cc54 TestPendingTask::AsValue() const { in AsValue() function in base::TestPendingTask
/external/clang/lib/CodeGen/
DCGAtomic.cpp1318 bool AsValue, llvm::AtomicOrdering AO, in EmitAtomicLoad()
/external/llvm/bindings/go/llvm/
Dir.go1095 func (bb BasicBlock) AsValue() (v Value) { v.C = C.LLVMBasicBlockAsValue(bb.C); return } func