Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc482 inline bool AsValue(cJSON* json_value, int32_t* value) { in AsValue() function
492 inline bool AsValue(cJSON* json_value, uint64_t* value) { in AsValue() function
499 inline bool AsValue(cJSON* json_value, uint32_t* value) { in AsValue() function
508 inline bool AsValue(cJSON* json_value, uint8_t* value) { in AsValue() function
517 inline bool AsValue(cJSON* json_value, float* value) { in AsValue() function
537 inline bool AsValue(cJSON* json_value, T (*value)[N]) { in AsValue() function
542 inline bool AsValue(cJSON* json_value, char (*value)[N]) { in AsValue() function
554 inline bool AsValue(cJSON* json_value, T* t) { in AsValue() function
566 inline bool AsValue(cJSON* json_value, std::vector<T>* value) { in AsValue() function
575 inline bool AsValue(cJSON* json_value, std::pair<F, S>* value) { in AsValue() function
[all …]
/external/libchrome/base/test/
Dtest_pending_task.cc56 TestPendingTask::AsValue() const { in AsValue() function in base::TestPendingTask
/external/clang/lib/CodeGen/
DCGAtomic.cpp1298 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