Searched refs:AsValue (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/test/
H A Dtest_pending_task.h62 std::unique_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
H A Dtest_pending_task.cc56 TestPendingTask::AsValue() const { function in class:base::TestPendingTask
65 AsValue()->AppendAsTraceFormat(&output);
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson.cc480 bool AsValue(cJSON* json_value, T* t);
482 inline bool AsValue(cJSON* json_value, int32_t* value) { function in namespace:__anon25750
492 inline bool AsValue(cJSON* json_value, uint64_t* value) { function in namespace:__anon25750
499 inline bool AsValue(cJSON* json_value, uint32_t* value) { function in namespace:__anon25750
508 inline bool AsValue(cJSON* json_value, uint8_t* value) { function in namespace:__anon25750
510 AsValue(json_value, &value32);
517 inline bool AsValue(cJSON* json_value, float* value) { function in namespace:__anon25750
530 if (!AsValue(cJSON_GetArrayItem(json_value, i), values + i))
537 inline bool AsValue(cJSON* json_value, T (*value)[N]) { function in namespace:__anon25750
542 inline bool AsValue(cJSO function in namespace:__anon25750
554 inline bool AsValue(cJSON* json_value, T* t) { function in namespace:__anon25750
566 inline bool AsValue(cJSON* json_value, std::vector<T>* value) { function in namespace:__anon25750
575 inline bool AsValue(cJSON* json_value, std::pair<F, S>* value) { function in namespace:__anon25750
583 inline bool AsValue(cJSON* json_value, std::map<F, S>* value) { function in namespace:__anon25750
651 bool AsValue(cJSON* json_value, T* t) { function in namespace:__anon25750
[all...]
/external/clang/lib/CodeGen/
H A DCGAtomic.cpp187 SourceLocation loc, bool AsValue) const;
194 SourceLocation Loc, bool AsValue) const;
213 bool AsValue, llvm::AtomicOrdering AO,
1198 bool AsValue) const {
1205 !AsValue)) {
1206 auto *ValTy = AsValue
1222 if (AsValue && getEvaluationKind() == TEK_Aggregate) {
1235 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue);
1298 bool AsValue, llvm::AtomicOrdering AO,
1313 return convertAtomicTempToRValue(TempAddr, ResultSlot, Loc, AsValue);
1297 EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, bool AsValue, llvm::AtomicOrdering AO, bool IsVolatile) argument
[all...]

Completed in 217 milliseconds