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

/external/libchrome/base/test/
H A Dtest_pending_task.h64 std::unique_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
H A Dtest_pending_task.cc58 TestPendingTask::AsValue() const { function in class:base::TestPendingTask
67 AsValue()->AppendAsTraceFormat(&output);
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson.cc915 bool AsValue(cJSON* json_value, T* t);
917 inline bool AsValue(cJSON* json_value, int32_t* value) { function in namespace:__anon30299
927 inline bool AsValue(cJSON* json_value, uint64_t* value) { function in namespace:__anon30299
934 inline bool AsValue(cJSON* json_value, uint32_t* value) { function in namespace:__anon30299
943 inline bool AsValue(cJSON* json_value, uint8_t* value) { function in namespace:__anon30299
945 AsValue(json_value, &value32);
952 inline bool AsValue(cJSON* json_value, float* value) { function in namespace:__anon30299
965 if (!AsValue(cJSON_GetArrayItem(json_value, i), values + i))
972 inline bool AsValue(cJSON* json_value, T (*value)[N]) { function in namespace:__anon30299
977 inline bool AsValue(cJSO function in namespace:__anon30299
989 inline bool AsValue(cJSON* json_value, T* t) { function in namespace:__anon30299
999 inline bool AsValue(cJSON* json_value, std::vector<T>* value) { function in namespace:__anon30299
1008 inline bool AsValue(cJSON* json_value, std::pair<F, S>* value) { function in namespace:__anon30299
1016 inline bool AsValue(cJSON* json_value, std::map<F, S>* value) { function in namespace:__anon30299
1084 bool AsValue(cJSON* json_value, T* t) { function in namespace:__anon30299
[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 299 milliseconds