Searched refs:AsValue (Results 1 – 5 of 5) sorted by relevance
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson.cc | 915 bool AsValue(cJSON* json_value, T* t); 917 inline bool AsValue(cJSON* json_value, int32_t* value) { in AsValue() function 927 inline bool AsValue(cJSON* json_value, uint64_t* value) { in AsValue() function 934 inline bool AsValue(cJSON* json_value, uint32_t* value) { in AsValue() function 943 inline bool AsValue(cJSON* json_value, uint8_t* value) { in AsValue() function 945 AsValue(json_value, &value32); in AsValue() 952 inline bool AsValue(cJSON* json_value, float* value) { in AsValue() function 965 if (!AsValue(cJSON_GetArrayItem(json_value, i), values + i)) in AsArray() 972 inline bool AsValue(cJSON* json_value, T (*value)[N]) { in AsValue() function 977 inline bool AsValue(cJSON* json_value, char (*value)[N]) { in AsValue() function [all …]
|
/external/libchrome/base/test/ |
D | test_pending_task.cc | 58 TestPendingTask::AsValue() const { in AsValue() function in base::TestPendingTask 67 AsValue()->AppendAsTraceFormat(&output); in ToString()
|
D | test_pending_task.h | 64 std::unique_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 187 SourceLocation loc, bool AsValue) const; 194 SourceLocation Loc, bool AsValue) const; 213 bool AsValue, llvm::AtomicOrdering AO, 1198 bool AsValue) const { in ConvertIntToValueOrAtomic() 1205 !AsValue)) { in ConvertIntToValueOrAtomic() 1206 auto *ValTy = AsValue in ConvertIntToValueOrAtomic() 1222 if (AsValue && getEvaluationKind() == TEK_Aggregate) { in ConvertIntToValueOrAtomic() 1235 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue); in ConvertIntToValueOrAtomic() 1298 bool AsValue, llvm::AtomicOrdering AO, in EmitAtomicLoad() argument 1313 return convertAtomicTempToRValue(TempAddr, ResultSlot, Loc, AsValue); in EmitAtomicLoad() [all …]
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1095 func (bb BasicBlock) AsValue() (v Value) { v.C = C.LLVMBasicBlockAsValue(bb.C); return } func
|