HomeSort by relevance Sort by last modified time
    Searched refs:AsValue (Results 1 - 7 of 7) sorted by null

  /external/libchrome/base/test/
test_pending_task.h 64 std::unique_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
test_pending_task.cc 58 TestPendingTask::AsValue() const {
67 AsValue()->AppendAsTraceFormat(&output);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson.cc 471 bool AsValue(cJSON* json_value, T* t);
473 inline bool AsValue(cJSON* json_value, int32_t* value) {
483 inline bool AsValue(cJSON* json_value, uint64_t* value) {
490 inline bool AsValue(cJSON* json_value, uint32_t* value) {
499 inline bool AsValue(cJSON* json_value, uint8_t* value) {
501 AsValue(json_value, &value32);
508 inline bool AsValue(cJSON* json_value, float* value) {
521 if (!AsValue(cJSON_GetArrayItem(json_value, i), values + i))
528 inline bool AsValue(cJSON* json_value, T (*value)[N]) {
533 inline bool AsValue(cJSON* json_value, char (*value)[N])
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc     [all...]
  /frameworks/native/vulkan/vkjson/
vkjson.cc     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 187 SourceLocation loc, bool AsValue) const;
194 SourceLocation Loc, bool AsValue) const;
213 bool AsValue, llvm::AtomicOrdering AO,
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 279 milliseconds